VistaDB 6
VistaDB.Web Namespace / VistaDBMembershipProvider Class / PasswordFormat Property


In This Topic
    PasswordFormat Property
    In This Topic
    Gets a value indicating the format for storing passwords in the membership data store.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property PasswordFormat As System.Web.Security.MembershipPasswordFormat
    'Usage
     
    
    Dim instance As VistaDBMembershipProvider
    Dim value As System.Web.Security.MembershipPasswordFormat
     
    value = instance.PasswordFormat
    public override System.Web.Security.MembershipPasswordFormat PasswordFormat {get;}

    Property Value

    One of the System.Web.Security.MembershipPasswordFormat values indicating the format for storing passwords in the data store.
    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