Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries.AllDomainForBasicAuthentication Property

Gets or sets a string value that specifies the domain for basic authentication.

VBScript Syntax[VBScript]

FPCListenEntries.AllDomainForBasicAuthentication [ = sDomain ]

C++ Syntax[C++]

HRESULT get_AllDomainForBasicAuthentication(
  BSTR *psDomain
);

HRESULT put_AllDomainForBasicAuthentication(
  BSTR sDomain
);

Parameters

sDomain
String that specifies the domain for basic authentication.

The property is read-write.

Applies To

FPCListenEntries