AUTH_SCHEME enumeration
The AUTH_SCHEME enumeration defines the constant values that specify the authentication scheme to use for a URL group.
Syntax
typedef enum {
AUTH_TYPE_NEGOTIATE = 1,
AUTH_TYPE_NTLM,
AUTH_TYPE_CLIENT_CERTIFICATE
} AUTH_SCHEME;
Constants
AUTH_TYPE_NEGOTIATE
Use Negotiate as the authentication scheme.AUTH_TYPE_NTLM
Use NTLM as the authentication scheme.AUTH_TYPE_CLIENT_CERTIFICATE
Reserved for future use.
Requirements
Minimum supported client |
None supported [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Redistributable |
Windows Management Framework on Windows Server 2008 with SP2 |
Header |
Managementserver.h |
IDL |
Managementserver.idl |
See also
Send comments about this topic to Microsoft
Build date: 11/12/2012