IMFNetCredentialCache::SetGood method (mfidl.h)
Reports whether the credential object provided successfully passed the authentication challenge.
Syntax
HRESULT SetGood(
[in] IMFNetCredential *pCred,
[in] BOOL fGood
);
Parameters
[in] pCred
Pointer to the IMFNetCredential interface.
[in] fGood
TRUE if the credential object succeeded in the authentication challenge; otherwise, FALSE.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
Remarks
This method is called by the network source into the credential manager.
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 |
Library | Mfuuid.lib |