RSAParameters Estructura

Definición

Representa los parámetros estándar para el algoritmo RSA.

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
Herencia
RSAParameters
Atributos

Comentarios

Para obtener más información sobre esta API, consulte Comentarios complementarios de la API para RSAParameters.

Campos

D

Representa el parámetro D para el algoritmo RSA.

DP

Representa el parámetro DP para el algoritmo RSA.

DQ

Representa el parámetro DQ para el algoritmo RSA.

Exponent

Representa el parámetro Exponent para el algoritmo RSA.

InverseQ

Representa el parámetro InverseQ para el algoritmo RSA.

Modulus

Representa el parámetro Modulus para el algoritmo RSA.

P

Representa el parámetro P para el algoritmo RSA.

Q

Representa el parámetro Q para el algoritmo RSA.

Se aplica a

Consulte también