RSAParameters 구조체

정의

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
상속
RSAParameters
특성

설명

이 API에 대한 자세한 내용은 RSAParameters에 대한 추가 API 설명을 참조하세요.

필드

D

D 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

DP

DP 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

DQ

DQ 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

Exponent

Exponent 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

InverseQ

InverseQ 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

Modulus

Modulus 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

P

P 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

Q

Q 알고리즘에 대한 RSA 매개 변수를 나타냅니다.

적용 대상

추가 정보