RSAParameters Struct

Definitie

Vertegenwoordigt de standaardparameters voor het RSA algoritme.

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
Overname
RSAParameters
Kenmerken

Opmerkingen

Zie Aanvullende API-opmerkingen voor RSAParameters voor meer informatie over deze API.

Velden

Name Description
D

Vertegenwoordigt de D parameter voor het RSA algoritme.

DP

Vertegenwoordigt de DP parameter voor het RSA algoritme.

DQ

Vertegenwoordigt de DQ parameter voor het RSA algoritme.

Exponent

Vertegenwoordigt de Exponent parameter voor het RSA algoritme.

InverseQ

Vertegenwoordigt de InverseQ parameter voor het RSA algoritme.

Modulus

Vertegenwoordigt de Modulus parameter voor het RSA algoritme.

P

Vertegenwoordigt de P parameter voor het RSA algoritme.

Q

Vertegenwoordigt de Q parameter voor het RSA algoritme.

Van toepassing op

Zie ook