ServiceMasterKey.Import(String, String) Method
Definition
Important
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.
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