Click or drag to resize

RsaFromXMLString(String, RsaXmlOptions) Method

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

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

Parameters

xmlString  String
The XML string to use to reconstruct the RSA key
options  RsaXmlOptions
Option flags: set as zero for defaults.

Return Value

String
Key string in internal format or empty string on error
See Also