DSACryptoServiceProvider: ExportParameters

ExportParameters

Exports the DSA key parameters.



 Public Function ExportParameters(
	  ByVal IncludePrivateParameters As Boolean ) As DSAParameters

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

DSAParameters -  An DSAParameters object containing the parameters of the DSA algorithms.

See Also

Project CorLib Overview

Class DSACryptoServiceProvider Overview