X509Certificate2.GetECDiffieHellmanPrivateKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從這個憑證取得 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 私密金鑰,則為 。
例外狀況
控制代碼無效。