MasterKey.Import 方法

定義

多載

名稱 Description
Import(String, String, String)

從指定的檔案載入服務主金鑰。

Import(String, String, String, Boolean)

從指定的檔案載入服務主金鑰。

Import(String, String, String)

從指定的檔案載入服務主金鑰。

public void Import(string path, string decryptionPassword, string encryptionPassword);
member this.Import : string * string * string -> unit
Public Sub Import (path As String, decryptionPassword As String, encryptionPassword As String)

參數

path
String
decryptionPassword
String
encryptionPassword
String

適用於

Import(String, String, String, Boolean)

從指定的檔案載入服務主金鑰。

public void Import(string path, string decryptionPassword, string encryptionPassword, bool forceRegeneration);
member this.Import : string * string * string * bool -> unit
Public Sub Import (path As String, decryptionPassword As String, encryptionPassword As String, forceRegeneration As Boolean)

參數

path
String
decryptionPassword
String
encryptionPassword
String
forceRegeneration
Boolean

適用於