MasterKey.Import メソッド

定義

オーバーロード

名前 説明
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

適用対象