Microsoft Internet Security and Acceleration Server 2000

FPCListenEntries.AllDomainForDigestAuthentication Property

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

VBScript Syntax[VBScript]

FPCListenEntries.AllDomainForDigestAuthentication [ = sDomain ]

C++ Syntax[C++]

HRESULT get_AllDomainForDigestAuthentication(
  BSTR *psDomain
);

HRESULT put_AllDomainForDigestAuthentication(
  BSTR sDomain
);

Parameters

sDomain
String that specifies the domain for digest authentication.

The property is read-write.

Applies To

FPCListenEntries