Certificate.AddPrivateKey 메서드 (String, String)
Adds a private key to the certificate with the specified decryption password.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub AddPrivateKey ( _
privateKeyPath As String, _
decryptionPassword As String _
)
‘사용 방법
Dim instance As Certificate
Dim privateKeyPath As String
Dim decryptionPassword As String
instance.AddPrivateKey(privateKeyPath, _
decryptionPassword)
public void AddPrivateKey(
string privateKeyPath,
string decryptionPassword
)
public:
void AddPrivateKey(
String^ privateKeyPath,
String^ decryptionPassword
)
member AddPrivateKey :
privateKeyPath:string *
decryptionPassword:string -> unit
public function AddPrivateKey(
privateKeyPath : String,
decryptionPassword : String
)
매개 변수
- privateKeyPath
유형: System.String
A String value that specifies the system path to the private key file.
- decryptionPassword
유형: System.String
A String value that specifies the decryption password for the private key.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스