SymmetricKey.Create Method

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Using EncryptionVerschlüsselungshierarchieCREATE SYMMETRIC KEY (Transact-SQL)

Überladungsliste

Name Description
SymmetricKey.Create (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm)
Creates a symmetric key on the database with the specified encryption type and method.
SymmetricKey.Create (SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm)
Creates a symmetric key on the database with the specified encryption type and method.
SymmetricKey.Create (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString)  
SymmetricKey.Create (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String)
Creates a symmetric key on the database with the specified encryption type and method.
SymmetricKey.Create (SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, SecureString)  
SymmetricKey.Create (SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, String)
Creates a symmetric key on the database with the specified encryption type and method.
SymmetricKey.Create (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString, String)
Creates a symmetric key on the database with the specified encryption type and method.
SymmetricKey.Create (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, String, String)
Creates a symmetric key on the database with the specified encryption type and method.
SymmetricKey.Create (SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, SecureString, String)
Creates a symmetric key on the database with the specified encryption type and method.
SymmetricKey.Create (SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, String, String)
Creates a symmetric key on the database with the specified encryption type and method.

Siehe auch

Verweis

SymmetricKey Class
SymmetricKey Members
Microsoft.SqlServer.Management.Smo Namespace

Andere Ressourcen

Using Encryption
Verschlüsselungshierarchie
CREATE SYMMETRIC KEY (Transact-SQL)
OPEN SYMMETRIC KEY (Transact-SQL)
Using Encryption
Verschlüsselungshierarchie
CREATE SYMMETRIC KEY (Transact-SQL)