public enum XmlOptions
Public Enumeration XmlOptions
| 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) |