CloseEnumIdentitiesHandle
Closes an enumeration of sign-in names for authenticated identities with cached credentials.
HRESULT CloseEnumIdentitiesHandle (
IN PassportEnumIdentitiesHandle EnumHandle
);
Parameters
EnumHandle
An enumeration of the sign-in names of the identities for which credentials are cached.
Return Value
S_OK. The enumeration was successfully closed.
Remarks
After the enumeration has been closed, it cannot be used by any of the IDCRL methods. The enumeration is generated using the EnumIdentitiesWithCachedCredentials Method.