IdentityType Enumerazione

Definizione

Specifica il formato dell'identità.

public enum class IdentityType
public enum IdentityType
type IdentityType = 
Public Enum IdentityType
Ereditarietà
IdentityType

Campi

Nome Valore Descrizione
SamAccountName 0

L'identità è un nome sam (Security Account Manager).

Name 1

L'identità è un nome.

UserPrincipalName 2

L'identità è un nome dell'entità utente (UPN).

DistinguishedName 3

L'identità è un nome distinto (DN).

Sid 4

L'identità è un SID (Security Identifier) nel formato SDDL (Security Descriptor Definition Language).

Guid 5

L'identità è un identificatore univoco globale (GUID).

Si applica a