MasterKey.Import Método

Definición

Sobrecargas

Nombre Description
Import(String, String, String)

Carga la clave maestra de servicio del archivo especificado.

Import(String, String, String, Boolean)

Carga la clave maestra de servicio del archivo especificado.

Import(String, String, String)

Carga la clave maestra de servicio del archivo 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

Se aplica a

Import(String, String, String, Boolean)

Carga la clave maestra de servicio del archivo 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

Se aplica a