Click or drag to resize

RsaXmlOptions Enumeration

Options when converting between internal RSA key and XML.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
[FlagsAttribute]
public enum XmlOptions
Members
Member nameDescription
ForceRSAKeyValue Create XML in .NET-compatible RSAKeyValue format (ToXML only)
ExcludePrivateParams Exclude private key parameters
RequirePrivate Require private key to exist in the XML input or fail (FromXML only)
HexBinaryFormat Create XML in non-standard hex format (ToXML only)
See Also