SymmetricKey.Create 메서드 (array<SymmetricKeyEncryption , SymmetricKeyEncryptionAlgorithm, SecureString)

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 SecureString _
)
‘사용 방법
Dim instance As SymmetricKey 
Dim keyEncryptions As SymmetricKeyEncryption()
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm 
Dim passPhrase As SecureString

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

매개 변수

암호화 사용

참고 항목

참조

SymmetricKey 클래스

Create 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

암호화 계층

CREATE SYMMETRIC KEY(Transact-SQL)

OPEN SYMMETRIC KEY(Transact-SQL)