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.

See Also

Project CorLib Overview

Class RSACryptoServiceProvider Overview