SymmetricKey.Create Method (SymmetricKeyEncryption[], SymmetricKeyEncryptionAlgorithm, SecureString)
SQL Server 2012
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)
public void Create( SymmetricKeyEncryption[] keyEncryptions, SymmetricKeyEncryptionAlgorithm keyEncryptionAlgorithm, SecureString passPhrase )
Parameters
- keyEncryptions
- Type: Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[]
A SymmetricKeyEncryption object array value that specifies more than one encryption type.
- keyEncryptionAlgorithm
- Type: Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm
A SymmetricKeyEncryptionAlgorithm value that specifies the encryption method.
- passPhrase
- Type: System.Security.SecureString
A SecureString value that specifies the pass phrase from which the symmetric key can be derived.
