VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / EncryptDatabase Property


In This Topic
    EncryptDatabase Property
    In This Topic
    Database Encrypted flag to show if a valid encryption phrase has been set on this database
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DisplayNameAttribute("Encrypt Database")>
    <System.ComponentModel.DescriptionAttribute("Encryption status for the entire database")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    Public Property EncryptDatabase As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.Boolean
     
    instance.EncryptDatabase = value
     
    value = instance.EncryptDatabase
    [System.ComponentModel.DisplayName("Encrypt Database")]
    [System.ComponentModel.Description("Encryption status for the entire database")]
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    public System.bool EncryptDatabase {get; set;}
    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