WindowsNameFormat Enumeration

Specifies the formats for Windows user account names.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")]
public enum WindowsNameFormat
Members
  Member nameValueDescription
NT40 NT4/legacy format. Also known as down-level logon name. Example: DOMAIN\UserName.
UserPrincipalName1 User Principal Name format. Example: username@example.com.
See Also