IDENTITY_FLAG

Flags controlling properties of a particular identity handle. May be combined and passed in to the dwFlags parameter to the CreateIdentityHandle method.

typedef enum
{
  IDENTITY_ALL_BIT = 0x00001fff, // reserved
  IDENTITY_SHARE_ALL = 0x000000ff, 
  IDENTITY_FAST_CLOSE = 0x00000400
} SERVICETOKENFLAGS;

Enumerator Values

The following table describes the values in this enumeration.

Enumerator Value

Description

IDENTITY_ALL_BIT

Reserved.

IDENTITY_SHARE_ALL

Default value to be used while creating identity handles. Specific bit semantics are reserved.

IDENTITY_FAST_CLOSE

When the handle is closed with CloseIdentityHandle, IDCRL must return quickly and queue the actual sign out.

See Also

Concepts

Enumerations