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


Метод SymmetricKey.Create (array<SymmetricKeyEncryption , SymmetricKeyEncryptionAlgorithm, String)

Creates a symmetric key on the database with the specified encryption type and method.

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

Синтаксис

'Декларация
Public Sub Create ( _
    keyEncryptions As SymmetricKeyEncryption(), _
    keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
    passPhrase As String _
)
'Применение
Dim instance As SymmetricKey 
Dim keyEncryptions As SymmetricKeyEncryption()
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm 
Dim passPhrase As String

instance.Create(keyEncryptions, keyEncryptionAlgorithm, _
    passPhrase)
public void Create(
    SymmetricKeyEncryption[] keyEncryptions,
    SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
    string passPhrase
)
public:
void Create(
    array<SymmetricKeyEncryption^>^ keyEncryptions, 
    SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm, 
    String^ passPhrase
)
member Create : 
        keyEncryptions:SymmetricKeyEncryption[] * 
        keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm * 
        passPhrase:string -> unit
public function Create(
    keyEncryptions : SymmetricKeyEncryption[], 
    keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm, 
    passPhrase : String
)

Параметры

  • passPhrase
    Тип: System.String
    A String value that specifies the pass phrase from which the symmetric key can be derived.

Примеры

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

См. также

Справочник

SymmetricKey Класс

Перегрузка Create

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

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

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

CREATE SYMMETRIC KEY (Transact-SQL)

OPEN SYMMETRIC KEY (Transact-SQL)