IAssociatedIdentityProvider::ChangeCredential 方法 (identityprovider.h)
ChangeCredential方法會變更與指定身分識別相關聯的認證。
語法
HRESULT ChangeCredential(
[in] HWND hwndParent,
[in] LPCWSTR lpszUniqueID
);
參數
[in] hwndParent
用來收集帳號憑證的視窗父系控制碼。
[in] lpszUniqueID
要變更認證的身分識別。
傳回值
如果方法成功,則會傳回 S_OK。
如果方法失敗,則會傳回錯誤碼。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值。
備註
此方法應該呼叫 CredUIPromptForWindowsCredentials 以收集帳號憑證。
需求
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | identityprovider.h |