Certificate.GetDSAParameters Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9083)
GetDSAParameters()
Returns the DSA parameters of certificate's public key.
Declaration
public DSAParameters GetDSAParameters()
Returns
Type | Description |
---|---|
DSAParameters | The DSA parameters of certificate's public key. |
GetDSAParameters(Boolean, Boolean)
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.Declaration
public DSAParameters GetDSAParameters(bool exportPrivateKeys, bool silent)
Parameters
Type | Name | Description |
---|---|---|
Boolean | exportPrivateKeys | |
Boolean | silent |
Returns
Type | Description |
---|---|
DSAParameters | The DSA parameters of certificate's public or private key. |