Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    ISecurityUserLoginInfo.LoginProviderName Property

    Specifies the authentication type name.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    string LoginProviderName { get; }

    Property Value

    Type Description
    String

    The type name.

    Remarks

    Use the following values for different authentication types:

    Windows Active Directory
    ‘Windows’
    OAuth
    The System.Security.Principal.IIdentity.AuthenticationType property value
    Standard Authentication
    ‘Password’

    The LoginProviderName and ProviderUserKey form a unique combination. The ProviderUserKey is not necessarily unique among all providers but is always unique for a specific provider.

    See Also