다음을 통해 공유


Pkcs8PrivateKeyInfo.Create(AsymmetricAlgorithm) 메서드

정의

지정된 키를 PKCS#8 PrivateKeyInfo로 내보내고 디코딩된 해석을 반환합니다.

public:
 static System::Security::Cryptography::Pkcs::Pkcs8PrivateKeyInfo ^ Create(System::Security::Cryptography::AsymmetricAlgorithm ^ privateKey);
public static System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo Create (System.Security.Cryptography.AsymmetricAlgorithm privateKey);
static member Create : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo
Public Shared Function Create (privateKey As AsymmetricAlgorithm) As Pkcs8PrivateKeyInfo

매개 변수

privateKey
AsymmetricAlgorithm

PKCS#8 PrivateKeyInfo에 표시할 프라이빗 키입니다.

반환

Pkcs8PrivateKeyInfo

내보낸 PKCS#8 PrivateKeyInfo의 디코딩된 해석입니다.

예외

privateKey 매개 변수가 null인 경우

적용 대상

추가 정보