Click or drag to resize
RSAKeyExtensionsFromXmlString Method
Initializes an RSA object from the key information from an XML string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
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
ExceptionCondition
ArgumentNullExceptionThrown when any of parameters are null.
CryptographicExceptionThrown when the format of the xmlString parameter is not valid.
See Also