Skip to main content
All docs
V23.2
.NET 6.0+

ISecurityUserLoginInfo.LoginProviderName Property

Specifies the authentication type name.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.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