MasterKey.Import 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.
Overloads
Import(String, String, String) |
Loads the service master key from the specified file. |
Import(String, String, String, Boolean) |
Loads the service master key from the specified file. |
Import(String, String, String)
Loads the service master key from the specified file.
public void Import (string path, string decryptionPassword, string encryptionPassword);
member this.Import : string * string * string -> unit
Public Sub Import (path As String, decryptionPassword As String, encryptionPassword As String)
Parameters
- path
- String
- decryptionPassword
- String
- encryptionPassword
- String
Applies to
Import(String, String, String, Boolean)
Loads the service master key from the specified file.
public void Import (string path, string decryptionPassword, string encryptionPassword, bool forceRegeneration);
member this.Import : string * string * string * bool -> unit
Public Sub Import (path As String, decryptionPassword As String, encryptionPassword As String, forceRegeneration As Boolean)
Parameters
- path
- String
- decryptionPassword
- String
- encryptionPassword
- String
- forceRegeneration
- Boolean