TheSetUrlGroupAuthentication method sets the authentication scheme for a URL group. This scheme is set per URL group
Syntax
uint32 SetUrlGroupAuthentication(
[in] uint16 Scheme,
[in] boolean Enable,
[in, optional] uint32 Flag,
[in, optional] string DomainName,
[in, optional] string Realm
);
Parameters
-
Scheme [in]
-
Specifies the authentication scheme. The following authentication schemes are supported:
Value Meaning - 0
Negotiate - 1
NTLM - 2
Reserved -
Enable [in]
-
Determines whether the authentication scheme is enabled. If set to 1, the scheme is enabled. Otherwise, this member is set to 0 and the scheme is disabled.
-
Flag [in, optional]
-
Reserved for future use. Must be 0.
-
DomainName [in, optional]
-
Reserved for future use. Must be NULL.
-
Realm [in, optional]
-
Reserved for future use. Must be NULL.
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2008 R2 |
| Redistributable |
Windows Management Framework on Windows Server 2008 with SP2 |
| Namespace |
Root\microsoft\bits |
| MOF |
|