Click or drag to resize

RsaFromXMLString(String, Boolean) Method

Create an RSA key string in internal format from an XML string with flag to exclude private key details.

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

Parameters

xmlString  String
The XML string to use to reconstruct the RSA key
excludePrivateParams  Boolean
Reconstruct public key details only

Return Value

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