RSAKeyExtensionsFromXmlString Method |
Initializes an RSA object from the key information from an XML string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static void FromXmlString(
RSA rsa,
string xmlString
)
Parameters
- rsa
- Type: System.Security.CryptographyRSA
RSA to be initialized. - xmlString
- Type: SystemString
The XML string containing RSA key information.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when any of parameters are null. |
CryptographicException | Thrown when the format of the xmlString parameter is not valid. |
See Also