The DsaKey type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| DigitalSignature |
Gets the digital signature.
(Overrides Key DigitalSignature.) | |
| G |
Gets the G.
| |
| KeyLength |
Gets the length of the key.
(Overrides Key KeyLength.) | |
| P |
Gets the P.
| |
| Public |
Gets or sets the public.
(Overrides Key Public.) | |
| Q |
Gets the Q.
| |
| X |
Gets private key X.
| |
| Y |
Gets public key Y.
|
See Also