RsaKey Class |
Namespace: FM.IceLink
The RsaKey type exposes the following members.
| Name | Description | |
|---|---|---|
| Coefficient |
Gets or sets the private value inverse-Q.
| |
| Exponent1 |
Gets or sets the private value DP.
| |
| Exponent2 |
Gets or sets the private value DQ.
| |
| Modulus |
Gets or sets the public value N.
| |
| Prime1 |
Gets or sets the private value P.
| |
| Prime2 |
Gets or sets the private value Q.
| |
| PrivateExponent |
Gets or sets the private value D.
| |
| PublicExponent |
Gets or sets the public value E.
| |
| Size |
Gets the size of the key.
| |
| Type |
Gets the key type.
(Overrides AsymmetricKeyType.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetBytes |
Serializes this key to binary.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| HasPrivate |
Returns true if the key contains
private information.
(Overrides AsymmetricKeyHasPrivate.) | |
| HasPublic |
Returns true if the key contains
public information.
(Overrides AsymmetricKeyHasPublic.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ParseBuffer |
Deserializes a key from binary.
| |
| ParseBytes |
Deserializes a key from binary.
| |
| ToString | (Inherited from Object.) |