IMFNetCredential interface
Sets and retrieves user-name and password information for authentication purposes.
Members
The IMFNetCredential interface inherits from the IUnknown interface. IMFNetCredential also has these types of members:
Methods
The IMFNetCredential interface has these methods.
| Method | Description |
|---|---|
| GetPassword |
Retrieves the decrypted password. |
| GetUser |
Retrieves the username. |
| LoggedOnUser |
Queries whether logged on credentials should be used. |
| SetPassword |
Sets the password. |
| SetUser |
Sets the user name. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also