Options when converting between internal RSA key and XML.
[FlagsAttribute] public enum XmlOptions
<FlagsAttribute> _ Public Enumeration XmlOptions
Member name | Description | |
---|---|---|
ExcludePrivateParams | Exclude private key parameters | |
ForceRSAKeyValue | Create XML in .NET-compatible RSAKeyValue format (ToXML only) | |
HexBinaryFormat | Create XML in non-standard hex format (ToXML only) | |
RequirePrivate | Require private key to exist in the XML input or fail (FromXML only) |