enumerazione IDENTITY_TYPE (identitycommon.h)
Specifica il tipo di identità da enumerare. Questa enumerazione viene usata dai metodi IIdentityProvider::GetIdentityEnum e IIdentityStore::EnumerateIdentities .
Sintassi
typedef enum _IdentityType {
IDENTITIES_ALL = 0,
IDENTITIES_ME_ONLY = 0x1
} IDENTITY_TYPE;
Costanti
IDENTITIES_ALL Valore: 0 Enumerare tutte le identità. |
IDENTITIES_ME_ONLY Valore: 0x1 Enumerare solo le identità associate all'utente corrente. |
Requisiti
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | identitycommon.h |