Share via


GetUrlGroupAuthentication method of the BitsCompactServerUrlGroup class

This GetUrlGroupAuthentication method gets the authentication scheme for a URL group. The schemes are retrieved per URL group.

Syntax

uint32 GetUrlGroupAuthentication(
  [in]            uint16  Scheme,
  [out]           boolean Enable,
  [out, optional] uint32  Flag,
  [out, optional] string  DomainName,
  [out, optional] string  Realm
);

Parameters

Scheme [in]

Specifies the authentication scheme for the URL group. The following authentication schemes are supported:

Value Meaning
0
Negotiate
1
NTLM
2
Reserved

Enable [out]

Specifies 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 [out, optional]

Reserved for future use. Must be 0.

DomainName [out, optional]

Reserved for future use. Must be NULL.

Realm [out, 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
BitsProvider.mof

See also

BitsCompactServerUrlGroup