IdentityType Enum

Definition

Specifies the format of the identity.

public enum class IdentityType
public enum IdentityType
type IdentityType = 
Public Enum IdentityType
Inheritance
IdentityType

Fields

DistinguishedName 3

The identity is a Distinguished Name (DN).

Guid 5

The identity is a Globally Unique Identifier (GUID).

Name 1

The identity is a name.

SamAccountName 0

The identity is a Security Account Manager (SAM) name.

Sid 4

The identity is a Security Identifier (SID) in Security Descriptor Definition Language (SDDL) format.

UserPrincipalName 2

The identity is a User Principal Name (UPN).

Applies to