IMFNetCredential interface (mfidl.h)

Sets and retrieves user-name and password information for authentication purposes.

Inheritance

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

Methods

The IMFNetCredential interface has these methods.

 
IMFNetCredential::GetPassword

Retrieves the password.
IMFNetCredential::GetUser

Retrieves the user name.
IMFNetCredential::LoggedOnUser

Queries whether logged-on credentials should be used.
IMFNetCredential::SetPassword

Sets the password.
IMFNetCredential::SetUser

Sets the user name.

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