RSAParameters Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The RSAParameters type exposes the following members.
| Name | Description | |
|---|---|---|
|
D | Represents the D parameter for the RSA algorithm. |
|
DP | Represents the DP parameter for the RSA algorithm. |
|
DQ | Represents the DQ parameter for the RSA algorithm. |
|
Exponent | Represents the Exponent parameter for the RSA algorithm. |
|
InverseQ | Represents the InverseQ parameter for the RSA algorithm. |
|
Modulus | Represents the Modulus parameter for the RSA algorithm. |
|
P | Represents the P parameter for the RSA algorithm. |
|
Q | Represents the Q parameter for the RSA algorithm. |
Show: