VistaDB 6
VistaDB.DDA Namespace / IVistaDBColumnAttributes Interface / Encrypted Property


In This Topic
    Encrypted Property
    In This Topic
    In older VistaDB formats, indicates whether each column is specifically encrypted on disk (defaults to true if the database is encrypted, otherwise to false). As of VistaDB 5, encryption (when enabled) is applied to all database data pages regardless of this property.
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("VistaDB no longer selectively encrypts on a per-column basis, so this property is obsolete.", False)>
    ReadOnly Property Encrypted As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBColumnAttributes
    Dim value As System.Boolean
     
    value = instance.Encrypted
    [System.Obsolete("VistaDB no longer selectively encrypts on a per-column basis, so this property is obsolete.", false)]
    System.bool Encrypted {get;}
    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