MasterKey.Import 메서드

정의

오버로드

Name Description
Import(String, String, String)

지정된 파일에서 서비스 마스터 키를 로드합니다.

Import(String, String, String, Boolean)

지정된 파일에서 서비스 마스터 키를 로드합니다.

Import(String, String, String)

지정된 파일에서 서비스 마스터 키를 로드합니다.

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)

매개 변수

path
String
decryptionPassword
String
encryptionPassword
String

적용 대상

Import(String, String, String, Boolean)

지정된 파일에서 서비스 마스터 키를 로드합니다.

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)

매개 변수

path
String
decryptionPassword
String
encryptionPassword
String
forceRegeneration
Boolean

적용 대상