Idioma

MasterKey.Import Método

Definição

Sobrecargas

Nome Description
Import(String, String, String)

Carrega a chave mestra de serviço do arquivo especificado.

Import(String, String, String, Boolean)

Carrega a chave mestra de serviço do arquivo especificado.

Import(String, String, String)

Carrega a chave mestra de serviço do arquivo especificado.

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)

Parâmetros

path
String
decryptionPassword
String
encryptionPassword
String

Aplica-se a

Import(String, String, String, Boolean)

Carrega a chave mestra de serviço do arquivo especificado.

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)

Parâmetros

path
String
decryptionPassword
String
encryptionPassword
String
forceRegeneration
Boolean

Aplica-se a