IMFNetCredentialCache interface (mfidl.h)

Gets credentials from the credential cache.

This interface is implemented by the credential cache object. Applications that implement the IMFNetCredentialManager interface can use this object to store the user's credentials. To create the credential cache object, call MFCreateCredentialCache.

Inheritance

The IMFNetCredentialCache interface inherits from the IUnknown interface. IMFNetCredentialCache also has these types of members:

Methods

The IMFNetCredentialCache interface has these methods.

 
IMFNetCredentialCache::GetCredential

Retrieves the credential object for the specified URL.
IMFNetCredentialCache::SetGood

Reports whether the credential object provided successfully passed the authentication challenge.
IMFNetCredentialCache::SetUserOptions

Specifies how user credentials are stored.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header mfidl.h

See also

Media Foundation Interfaces

Network Source Authentication