RsaXmlOptions Enumeration |
Options when converting between internal RSA key and XML.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax[FlagsAttribute]
public enum XmlOptions
<FlagsAttribute>
Public Enumeration XmlOptions
MembersMember name | Description |
---|
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