SlhDsa.GenerateKey(SlhDsaAlgorithm) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 알고리즘에 대한 새 SLH-DSA 키를 생성합니다.
public:
static System::Security::Cryptography::SlhDsa ^ GenerateKey(System::Security::Cryptography::SlhDsaAlgorithm ^ algorithm);
public static System.Security.Cryptography.SlhDsa GenerateKey(System.Security.Cryptography.SlhDsaAlgorithm algorithm);
static member GenerateKey : System.Security.Cryptography.SlhDsaAlgorithm -> System.Security.Cryptography.SlhDsa
Public Shared Function GenerateKey (algorithm As SlhDsaAlgorithm) As SlhDsa
매개 변수
- algorithm
- SlhDsaAlgorithm
생성할 SLH-DSA 키 종류를 식별하는 알고리즘입니다.
반품
생성된 개체입니다.
예외
algorithm은 null입니다.
SLH-DSA 키를 생성하는 동안 오류가 발생했습니다.
플랫폼은 SLH-DSA를 지원하지 않습니다. 호출자는 이 속성을 사용하여 플랫폼이 IsSupported SLH-DSA를 지원하는지 확인할 수 있습니다.