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.
| Method | Description |
|---|---|
| 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 |
|
|
Library |
|
See also