Skip to main content
All docs
V26.1
  • SecurityOptions.UserLoginInfoType Property

    Specifies the type of object that stores user login information.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.Security.v26.1.dll

    NuGet Package: DevExpress.ExpressApp.Security

    Declaration

    public Type UserLoginInfoType { get; set; }

    Property Value

    Type Description
    Type

    The type of object that contains user login information.

    See Also