Share via


SymmetricKey.Create Method (SymmetricKeyEncryption, SymmetricKeyEncryptionAlgorithm, SecureString)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Create ( _
    keyEncryption As SymmetricKeyEncryption, _
    keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm, _
    passPhrase As SecureString _
)
'Usage
Dim instance As SymmetricKey
Dim keyEncryption As SymmetricKeyEncryption
Dim keyEncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm
Dim passPhrase As SecureString

instance.Create(keyEncryption, keyEncryptionAlgorithm, _
    passPhrase)
public void Create(
    SymmetricKeyEncryption keyEncryption,
    SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm,
    SecureString passPhrase
)
public:
void Create(
    SymmetricKeyEncryption^ keyEncryption, 
    SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm, 
    SecureString^ passPhrase
)
member Create : 
        keyEncryption:SymmetricKeyEncryption * 
        keyEncryptionAlgorithm:SymmetricKeyEncryptionAlgorithm * 
        passPhrase:SecureString -> unit 
public function Create(
    keyEncryption : SymmetricKeyEncryption, 
    keyEncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm, 
    passPhrase : SecureString
)

Parameters

Examples

Using Encryption