Back to Devexpress

IAuthenticationActiveDirectoryUser.UserName Property

expressappframework-devexpress-dot-persistent-dot-base-dot-security-dot-iauthenticationactivedirectoryuser.md

latest1.5 KB
Original Source

IAuthenticationActiveDirectoryUser.UserName Property

Specifies the user’s login name.

Namespace : DevExpress.Persistent.Base.Security

Assembly : DevExpress.Persistent.Base.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
string UserName { get; set; }
vb
Property UserName As String

Property Value

TypeDescription
String

A string which is the user’s login name.

|

Remarks

With the AuthenticationActiveDirectory authentication, user names look like “DOMAINNAME\UserName“.

See Also

IAuthenticationActiveDirectoryUser Interface

IAuthenticationActiveDirectoryUser Members

DevExpress.Persistent.Base.Security Namespace