共用方式為


IIdentityStore 介面 (identitystore.h)

IIdentityStore介面提供方法來列舉和管理身分識別和識別提供者。

繼承

IIdentityStore介面繼承自IUnknown介面。 IIdentityStore 也有下列類型的成員:

方法

IIdentityStore介面具有這些方法。

 
IIdentityStore::AddToCache

快取登錄中的指定身分識別。
IIdentityStore::ConvertToSid

擷取與指定身分識別和識別提供者相關聯的 SID) (安全性識別碼。
IIdentityStore::EnumerateIdentities

取得 IEnumUnknown 介面指標的指標,可用來列舉識別提供者之間的識別。
IIdentityStore::GetAt

擷取指定識別提供者的 IIdentityProvider 介面指標。
IIdentityStore::GetCount

取得系統上註冊的識別提供者數目。
IIdentityStore::Reset

將識別列舉的目前索引設定為零。

需求

   
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限傳統型應用程式]
目標平台 Windows
標頭 identitystore.h

另請參閱

IIdentityProvider