Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFNetCredentialCache interface

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.

Members

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

Methods

The IMFNetCredentialCache interface has these methods.

MethodDescription
GetCredential

Gets the credential object for the specified URL.

SetGood

Specifies whether the credential object provided successfully passed the authentication challenge.

SetUserOptions

Specifies how user credentials are persisted.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mfidl.h

Library

Mfuuid.lib

See also

Media Foundation Interfaces
Network Source Authentication

 

 

Show:
© 2017 Microsoft