Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_ALLValue: 0 Enumerate all identities. |
IDENTITIES_ME_ONLYValue: 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 |