Expand Minimize
This topic has not yet been rated - Rate this topic

DatabaseEncryptionKeyAlgorithm Enumeration

SQL Server 2012

Specifies the database encryption key algorithms.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public enum DatabaseEncryptionKeyAlgorithm
Member nameDescription
Aes128The algorithm is Aes128.
Aes192The algorithm is Aes192.
Aes256The algorithm is Aes256.
NoneThe algorithm is None.
TripleDes3KeyThe algorithm is TripleDes3Key.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.