This documentation is archived and is not being maintained.
IdentityType Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: