ECParameters 구조체
정의
ECC(타원 곡선 암호화) 알고리즘에 대한 표준 매개 변수를 나타냅니다.Represents the standard parameters for the elliptic curve cryptography (ECC) algorithm.
public value class ECParameters
public struct ECParameters
type ECParameters = struct
Public Structure ECParameters
- 상속
필드
Curve |
퍼블릭 키(Q) 및 선택적 프라이빗 키(D)와 연결된 곡선을 나타냅니다.Represents the curve associated with the public key (Q) and the optional private key (D). |
D |
big endian 형식으로 저장된 ECC(타원 곡선 암호화) 알고리즘에 대한 프라이빗 키 |
Q |
ECC(타원 곡선 암호화) 알고리즘에 대한 공개 키 |
메서드
Validate() |
현재 개체의 유효성을 검사합니다.Validates the current object. |