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


In This Topic
    Password Property (VistaDBConnectionStringBuilder)
    In This Topic
    Database encryptionKey
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DisplayNameAttribute("Password")>
    <System.ComponentModel.DescriptionAttribute("The phrase used in the encryption system to build up the encryption key.")>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
    <System.ComponentModel.PasswordPropertyTextAttribute(True)>
    Public Property Password As System.String
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.String
     
    instance.Password = value
     
    value = instance.Password
    [System.ComponentModel.DisplayName("Password")]
    [System.ComponentModel.Description("The phrase used in the encryption system to build up the encryption key.")]
    [System.ComponentModel.RefreshProperties(RefreshProperties.All)]
    [System.ComponentModel.PasswordPropertyText(true)]
    public System.string Password {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