ServiceMasterKey.Import(String, String) Method

Definition

Loads the service master key from the specified file. The password specifies the password with which the service master key was encrypted when saved.

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

Parameters

path
String
password
String

Applies to