The RsaKey type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| RsaKey |
Initializes a new instance of the RsaKey class.
| |
| RsaKey( Byte ) |
Initializes a new instance of the RsaKey class.
| |
| RsaKey(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) |
Initializes a new instance of the RsaKey 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 | |
|---|---|---|
| D |
Gets the D.
| |
| DigitalSignature |
Gets the digital signature.
(Overrides Key DigitalSignature.) | |
| DP |
Gets the DP.
| |
| DQ |
Gets the DQ.
| |
| Exponent |
Gets the exponent.
| |
| InverseQ |
Gets the inverse Q.
| |
| KeyLength |
Gets the length of the key.
(Overrides Key KeyLength.) | |
| Modulus |
Gets the modulus.
| |
| P |
Gets the P.
| |
| Public |
Gets or sets the public.
(Overrides Key Public.) | |
| Q |
Gets the Q.
|
See Also