X509Certificate2.GetECDiffieHellmanPrivateKey 메서드

정의

이 인증서에서 ECDiffieHellman 프라이빗 키를 가져옵니다.

public:
 System::Security::Cryptography::ECDiffieHellman ^ GetECDiffieHellmanPrivateKey();
public System.Security.Cryptography.ECDiffieHellman? GetECDiffieHellmanPrivateKey ();
member this.GetECDiffieHellmanPrivateKey : unit -> System.Security.Cryptography.ECDiffieHellman
Public Function GetECDiffieHellmanPrivateKey () As ECDiffieHellman

반환

프라이빗 키이거나 null , 이 인증서에 ECDiffieHellman 프라이빗 키가 없는 경우 입니다.

예외

핸들이 잘못되었습니다.

적용 대상