Microsoft Internet Security and Acceleration Server 2000

FPCListenEntry.DomainForBasicAuthentication Property

Gets or sets the domain for basic authentication.

VBScript Syntax[VBScript]

FPCListenEntry.DomainForBasicAuthentication [ = sDomain ]

C++ Syntax[C++]

HRESULT get_DomainForBasicAuthentication(
  BSTR *psDomain
);

HRESULT put_DomainForBasicAuthentication(
  BSTR sDomain
);

Parameters

sDomain
String value that specifies the name of the domain for basic authentication.

The property is read-write.

Applies To

FPCListenEntry