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.

Remarks

See Also

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