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