MFNetAuthenticationFlags enumeration
Specifies how the user's credentials will be used.
Syntax
typedef enum _MFNetAuthenticationFlags { MFNET_AUTHENTICATION_PROXY = 0x00000001, MFNET_AUTHENTICATION_CLEAR_TEXT = 0x00000002, MFNET_AUTHENTICATION_LOGGED_ON_USER } MFNetAuthenticationFlags;
Constants
- MFNET_AUTHENTICATION_PROXY
-
The credentials will be used to authenticate with a proxy.
- MFNET_AUTHENTICATION_CLEAR_TEXT
-
The credentials will be sent over the network unencrypted.
- MFNET_AUTHENTICATION_LOGGED_ON_USER
-
The credentials must be from a user who is currently logged on.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: