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.
See Also
Project CorLib Overview
Class DSA Overview