共用方式為


Certificate.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
)

參數

  • 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.
  • encryptionPassword
    型別:System.String
    A String value that specifies the encryption password for the private key.

範例

使用加密

請參閱

參考

Certificate 類別

AddPrivateKey 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

加密階層

CREATE CERTIFICATE (Transact-SQL)