Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)