DSA: ExportParameters

ExportParameters

Exports the DSA key in a DSAParameters object.



 Public Function ExportParameters(
	  ByVal IncludePrivateParameters As Boolean ) As DSAParameters

Parameters

IncludePrivateParameters
[ByVal] Boolean. A flag indicating if the private portion of the key should be exported.

Return Values

DSAParameters -  A DSAParamters object containing the exported key.

Remarks

See Also

Project VBCorLib Overview Class DSA Overview DSA Properties DSA Methods Equals FromXmlString