Returns the DSA parameters of certificate's public or private key. True if private key parameters are to be exported as well.If set to true, the cryptographic provider should not display any user interface (UI) when exporting private key parameters.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetDSAParameters ( _
	exportPrivateKeys As Boolean, _
	silent As Boolean _
) As DSAParameters
C#
public DSAParameters GetDSAParameters(
	bool exportPrivateKeys,
	bool silent
)

Parameters

exportPrivateKeys
Type: System..::..Boolean
silent
Type: System..::..Boolean

Return Value

The DSA parameters of certificate's public or private key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also