RSAParameters Struct

Definition

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
RSAParameters
Attributes

Remarks

For more information about this API, see Supplemental API remarks for RSAParameters.

Fields

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.

Applies to

See also