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 비고를 참조하세요.

필드

Name Description
D

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

DP

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

DQ

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

Exponent

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

InverseQ

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

Modulus

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

P

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

Q

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

적용 대상

추가 정보