IdentityType Enumerazione

Definizione

Specifica il formato dell'identità.

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

Campi

DistinguishedName 3

L'identità è un Nome Distinto (DN).

Guid 5

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

Name 1

L'identità è un nome.

SamAccountName 0

L'identità è un nome della Gestione Account di Sicurezza (SAM, Security Account Manager ).

Sid 4

L'identità è un identificatore di sicurezza (SID, Security Identifier) in formato SDDL (Security Descriptor Definition Language).

UserPrincipalName 2

L'identità è un nome utente Principal Nome (UPN).

Si applica a