The DsaKey type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DsaKey |
Initializes a new instance of the DsaKey class.
| |
| DsaKey( Byte ) |
Initializes a new instance of the DsaKey class.
| |
| DsaKey(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) |
Initializes a new instance of the DsaKey class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged ResourceMessages.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
| |
| (Inherited from | ||
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the
SshCommand is reclaimed by garbage collection.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Sign |
Signs the specified data with the key.
(Inherited from Key.) | |
| (Inherited from | ||
| VerifySignature |
Verifies the signature.
(Inherited from Key.) |
Fields
| Name | Description | |
|---|---|---|
| _privateKey |
Specifies array of big integers that represent private key
(Inherited from Key.) |
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