다음을 통해 공유


SymmetricKey.Create Method

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

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

Using Encryption암호화 계층CREATE SYMMETRIC KEY(Transact-SQL)

오버로드 목록

이름 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.

참고 항목

참조

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

관련 자료

Using Encryption
암호화 계층
CREATE SYMMETRIC KEY(Transact-SQL)
OPEN SYMMETRIC KEY(Transact-SQL)
Using Encryption
암호화 계층
CREATE SYMMETRIC KEY(Transact-SQL)