Share via


X509Certificate2.CopyWithPrivateKey(ECDiffieHellman) 方法

定義

結合私鑰與憑證的 ECDiffieHellman 公鑰,以產生新的 ECDiffieHellman 憑證。

public:
 System::Security::Cryptography::X509Certificates::X509Certificate2 ^ CopyWithPrivateKey(System::Security::Cryptography::ECDiffieHellman ^ privateKey);
public System.Security.Cryptography.X509Certificates.X509Certificate2 CopyWithPrivateKey (System.Security.Cryptography.ECDiffieHellman privateKey);
member this.CopyWithPrivateKey : System.Security.Cryptography.ECDiffieHellman -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Function CopyWithPrivateKey (privateKey As ECDiffieHellman) As X509Certificate2

參數

privateKey
ECDiffieHellman

私人 ECDiffieHellman 金鑰。

傳回

將屬性設定為 HasPrivateKeytrue的新 ECDiffieHellman 憑證。 目前的憑證未修改。

例外狀況

privateKeynull

憑證已有相關的私密金鑰。

憑證沒有公開金鑰。

-或-

指定的私鑰不符合此憑證的公鑰。

適用於