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


Метод Certificate.Create (String)

Creates a certificate based on a certificate encryption algorithm or based on a certificate source type.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Create ( _
    encryptionPassword As String _
)
'Применение
Dim instance As Certificate 
Dim encryptionPassword As String

instance.Create(encryptionPassword)
public void Create(
    string encryptionPassword
)
public:
void Create(
    String^ encryptionPassword
)
member Create : 
        encryptionPassword:string -> unit
public function Create(
    encryptionPassword : String
)

Параметры

  • encryptionPassword
    Тип: System.String
    A String value that specifies the encryption password.

Примеры

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

См. также

Справочник

Certificate Класс

Перегрузка Create

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

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

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

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