ServiceMasterKey.Export(String, String) Method

Definition

Saves (dumps) the service master key to a file, encrypted with the supplied password.

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

Parameters

path
String
password
String

Applies to