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
[System.Serializable]
public struct RSAParameters
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct RSAParameters
type RSAParameters = struct
[<System.Serializable>]
type RSAParameters = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RSAParameters = struct
Public Structure RSAParameters
- Inheritance
- Attributes
Remarks
For more information about this API, see Supplemental API remarks for RSAParameters.
Fields
D |
Represents the |
DP |
Represents the |
DQ |
Represents the |
Exponent |
Represents the |
InverseQ |
Represents the |
Modulus |
Represents the |
P |
Represents the |
Q |
Represents the |