This topic has not yet been rated - Rate this topic

IDENTITY_TYPE enumeration

Specifies the type of identities to enumerate. This enumeration is used by the IIdentityProvider::GetIdentityEnum and IIdentityStore::EnumerateIdentities methods.

Syntax


typedef enum _IDENTITY_TYPE { 
  IDENTITIES_ALL      = 0,
  IDENTITIES_ME_ONLY  = 0x1
} IDENTITY_TYPE;

Constants

IDENTITIES_ALL

Enumerate all identities.

IDENTITIES_ME_ONLY

Enumerate only identities associated with the current user.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Identitycommon.h

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.