Click or drag to resize

RsaFromXMLString(String) Method

Create an RSA key string in internal format from an XML string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string FromXMLString(
	string xmlString
)

Parameters

xmlString  String
The XML string to use to reconstruct the RSA key

Return Value

String
Key string in internal format or empty string on error
Remarks
Creates an internal private key string if the XML contains private key parameters, otherwise an internal public key string.
See Also