AddPrivateKey 方法 (String, String, String)

Adds a private key to the certificate with the specified decryption and encryption passwords.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub AddPrivateKey ( _
    privateKeyPath As String, _
    decryptionPassword As String, _
    encryptionPassword As String _
)
用法
Dim instance As Certificate
Dim privateKeyPath As String
Dim decryptionPassword As String
Dim encryptionPassword As String

instance.AddPrivateKey(privateKeyPath, _
    decryptionPassword, encryptionPassword)
public void AddPrivateKey(
    string privateKeyPath,
    string decryptionPassword,
    string encryptionPassword
)
public:
void AddPrivateKey(
    String^ privateKeyPath, 
    String^ decryptionPassword, 
    String^ encryptionPassword
)
member AddPrivateKey : 
        privateKeyPath:string * 
        decryptionPassword:string * 
        encryptionPassword:string -> unit 
public function AddPrivateKey(
    privateKeyPath : String, 
    decryptionPassword : String, 
    encryptionPassword : String
)

参数

示例

使用加密