imfNetCredentialCache::GetCredential 方法 (mfidl.h)
擷取指定 URL 的認證物件。
語法
HRESULT GetCredential(
[in] LPCWSTR pszUrl,
[in] LPCWSTR pszRealm,
[in] DWORD dwAuthenticationFlags,
[out] IMFNetCredential **ppCred,
[out] DWORD *pdwRequirementsFlags
);
參數
[in] pszUrl
以 Null 結尾的寬字元字串,其中包含需要認證的 URL。
[in] pszRealm
以 Null 結尾的寬字元字串,其中包含驗證的領域。
[in] dwAuthenticationFlags
MFNetAuthenticationFlags列舉中零個或多個旗標的位OR。
[out] ppCred
接收 IMFNetCredential 介面的指標。 呼叫端必須釋放 介面。
[out] pdwRequirementsFlags
從MFNetCredentialRequirements列舉接收零個或多個旗標的位OR。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mfidl.h |
程式庫 | Mfuuid.lib |