PrivateKeyInfo.GetDSAParameters Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
GetDSAParameters()
Gets the DSA parameters for a DSA key. May only be used for DSA private keys.
Declaration
public DSAParameters GetDSAParameters()
Returns
| Type | Description |
|---|---|
| DSAParameters | DSA parameters. |