RsaKey Properties |
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.) |