dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionColumnEncryptionSetting Enumeration

In This Topic
    SqlConnectionColumnEncryptionSetting Enumeration
    In This Topic
    Determines whether the Always Encrypted feature is enabled for a connection.
    Syntax
    'Declaration
     
    Public Enum SqlConnectionColumnEncryptionSetting 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum SqlConnectionColumnEncryptionSetting : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    DisabledThe Always Encrypted feature is disabled for a connection.
    EnabledThe Always Encrypted feature is enabled for a connection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.SqlServer.SqlConnectionColumnEncryptionSetting

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also