RSAParameters Estructura

Definición

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

public value class RSAParameters
[System.Serializable]
public struct RSAParameters
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct RSAParameters
public struct RSAParameters
[<System.Serializable>]
type RSAParameters = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RSAParameters = struct
type RSAParameters = struct
Public Structure RSAParameters
Herencia
RSAParameters
Atributos

Comentarios

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

Campos

Nombre Description
D

Representa el D parámetro para el RSA algoritmo.

DP

Representa el DP parámetro para el RSA algoritmo.

DQ

Representa el DQ parámetro para el RSA algoritmo.

Exponent

Representa el Exponent parámetro para el RSA algoritmo.

InverseQ

Representa el InverseQ parámetro para el RSA algoritmo.

Modulus

Representa el Modulus parámetro para el RSA algoritmo.

P

Representa el P parámetro para el RSA algoritmo.

Q

Representa el Q parámetro para el RSA algoritmo.

Se aplica a

Consulte también