RSAParameters Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the standard parameters for the RSA algorithm.
public value class RSAParameters
public struct RSAParameters
type RSAParameters = struct
Public Structure RSAParameters
- Inheritance
Remarks
For more information about this API, see Supplemental API remarks for RSAParameters.
Fields
| Name | Description |
|---|---|
| D |
Represents the |
| DP |
Represents the |
| DQ |
Represents the |
| Exponent |
Represents the |
| InverseQ |
Represents the |
| Modulus |
Represents the |
| P |
Represents the |
| Q |
Represents the |