SymmetricKey.OpenWithCertificate 方法

定義

多載

名稱 Description
OpenWithCertificate(String)

開啟對稱金鑰,並由憑證解密。

OpenWithCertificate(String, String)

開啟對稱金鑰,並由帶有密碼的憑證解密。

OpenWithCertificate(String)

開啟對稱金鑰,並由憑證解密。

public void OpenWithCertificate(string certificateName);
member this.OpenWithCertificate : string -> unit
Public Sub OpenWithCertificate (certificateName As String)

參數

certificateName
String

適用於

OpenWithCertificate(String, String)

開啟對稱金鑰,並由帶有密碼的憑證解密。

public void OpenWithCertificate(string certificateName, string privateKeyPassword);
member this.OpenWithCertificate : string * string -> unit
Public Sub OpenWithCertificate (certificateName As String, privateKeyPassword As String)

參數

certificateName
String
privateKeyPassword
String

適用於