MasterKey.Create Method

Definition

Overloads

Create(String)

Creates a masterkey. The password specifies the password the master key is encrypted with.

Create(String, String, String)

Creates a master key from a file. The password specifies the password with which the file was encrypted, and it will be thw new password for the key

Create(String)

Creates a masterkey. The password specifies the password the master key is encrypted with.

public void Create (string encryptionPassword);
member this.Create : string -> unit
Public Sub Create (encryptionPassword As String)

Parameters

encryptionPassword
String

Applies to

Create(String, String, String)

Creates a master key from a file. The password specifies the password with which the file was encrypted, and it will be thw new password for the key

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

Parameters

path
String
decryptionPassword
String
encryptionPassword
String

Applies to