This documentation is archived and is not being maintained.
IdentityType Enumeration
Visual Studio 2010
Specifies the format of the identity.
Assembly: System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
| Member name | Description | |
|---|---|---|
| SamAccountName | The identity is a Security Account Manager (SAM) name. | |
| Name | The identity is a name. | |
| UserPrincipalName | The identity is a User Principal Name (UPN). | |
| DistinguishedName | The identity is a Distinguished Name (DN). | |
| Sid | The identity is a Security Identifier (SID) in Security Descriptor Definition Language (SDDL) format. | |
| Guid | The identity is a Globally Unique Identifier (GUID). |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: