RSACryptoServiceProvider: ExportParameters

ExportParameters

Exports the RSA algorithm parameters.



 Public Function ExportParameters(
	  ByVal IncludePrivateParameters As Boolean ) As RSAParameters

Parameters

IncludePrivateParameters
[ByVal] Boolean. A flag indicating if only the public key should be exported or is both the public and private keys should be exported.

Return Values

RSAParameters -  An RSAParameters object containing the parameters of the RSA algorithms.

Remarks

See Also

Project VBCorLib Overview Class RSACryptoServiceProvider Overview RSACryptoServiceProvider Properties RSACryptoServiceProvider Methods ExportCspBlob FromXmlString