iIdentityStore 接口 (identitystore.h)
IIdentityStore 接口提供枚举和管理标识和标识提供者的方法。
继承
IIdentityStore 接口继承自 IUnknown 接口。 IIdentityStore 还具有以下类型的成员:
方法
IIdentityStore 接口具有这些方法。
IIdentityStore::AddToCache 在注册表中缓存指定的标识。 |
IIdentityStore::ConvertToSid 检索与指定标识和标识提供者关联的 SID (SID) 的安全标识符。 |
IIdentityStore::EnumerateIdentities 获取指向 IEnumUnknown 接口指针的指针,该指针可用于跨标识提供者枚举标识。 |
IIdentityStore::GetAt 检索指定标识提供者的 IIdentityProvider 接口指针。 |
IIdentityStore::GetCount 获取在系统上注册的标识提供者的数量。 |
IIdentityStore::Reset 将标识枚举的当前索引设置为零。 |
要求
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 R2 [仅限桌面应用] |
目标平台 | Windows |
标头 | identitystore.h |