MasterKey.Import Method

Definition

Overloads

Import(String, String, String)

Loads the service master key from the specified file.

Import(String, String, String, Boolean)

Loads the service master key from the specified file.

Import(String, String, String)

Loads the service master key from the specified file.

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)

Parameters

path
String
decryptionPassword
String
encryptionPassword
String

Applies to

Import(String, String, String, Boolean)

Loads the service master key from the specified file.

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)

Parameters

path
String
decryptionPassword
String
encryptionPassword
String
forceRegeneration
Boolean

Applies to