Skip to content

Latest commit

 

History

History
102 lines (81 loc) · 3.19 KB

nf-mfidl-imfnetcredentialcache-getcredential.md

File metadata and controls

102 lines (81 loc) · 3.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFNetCredentialCache.GetCredential
IMFNetCredentialCache::GetCredential (mfidl.h)
Retrieves the credential object for the specified URL.
7e095445-354a-4fbb-b354-bf87eb77552f
GetCredential
GetCredential method [Media Foundation]
GetCredential method [Media Foundation]
IMFNetCredentialCache interface
IMFNetCredentialCache interface [Media Foundation]
GetCredential method
IMFNetCredentialCache.GetCredential
IMFNetCredentialCache::GetCredential
mf.imfnetcredentialcache_getcredential
mfidl/IMFNetCredentialCache::GetCredential
mf\imfnetcredentialcache_getcredential.htm
mf
7e095445-354a-4fbb-b354-bf87eb77552f
12/05/2018
7e095445-354a-4fbb-b354-bf87eb77552f, GetCredential, GetCredential method [Media Foundation], GetCredential method [Media Foundation],IMFNetCredentialCache interface, IMFNetCredentialCache interface [Media Foundation],GetCredential method, IMFNetCredentialCache.GetCredential, IMFNetCredentialCache::GetCredential, mf.imfnetcredentialcache_getcredential, mfidl/IMFNetCredentialCache::GetCredential
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfuuid.lib
Windows
19H1
IMFNetCredentialCache::GetCredential
mfidl/IMFNetCredentialCache::GetCredential
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFNetCredentialCache.GetCredential

IMFNetCredentialCache::GetCredential

-description

Retrieves the credential object for the specified URL.

-parameters

-param pszUrl [in]

A null-terminated wide-character string containing the URL for which the credential is needed.

-param pszRealm [in]

A null-terminated wide-character string containing the realm for the authentication.

-param dwAuthenticationFlags [in]

Bitwise OR of zero or more flags from the MFNetAuthenticationFlags enumeration.

-param ppCred [out]

Receives a pointer to the IMFNetCredential interface. The caller must release the interface.

-param pdwRequirementsFlags [out]

Receives a bitwise OR of zero or more flags from the MFNetCredentialRequirements enumeration.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

-see-also

IMFNetCredentialCache