X509Certificate2.CopyWithPrivateKey(ECDiffieHellman) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結合私鑰與憑證的 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 憑證。
目前的憑證未修改。
例外狀況
privateKey
為 null
。
憑證已有相關的私密金鑰。