Поделиться через


Метод 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.

Примеры

Использование шифрования

См. также

Справочник

Certificate Класс

Перегрузка AddPrivateKey

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Иерархия средств шифрования

Инструкция CREATE CERTIFICATE (Transact-SQL)