IDENTITY_TYPE enumeration (identitycommon.h)
Specifies the type of identities to enumerate. This enumeration is used by the IIdentityProvider::GetIdentityEnum and IIdentityStore::EnumerateIdentities methods.
Syntax
typedef enum _IdentityType {
IDENTITIES_ALL = 0,
IDENTITIES_ME_ONLY = 0x1
} IDENTITY_TYPE;
Constants
IDENTITIES_ALL Value: 0 Enumerate all identities. |
IDENTITIES_ME_ONLY Value: 0x1 Enumerate only identities associated with the current user. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | identitycommon.h |