Microsoft Internet Security and Acceleration Server 2000

FPCListenEntry.DomainForDigestAuthentication Property

Gets or sets the domain for digest authentication.

VBScript Syntax[VBScript]

FPCListenEntry.DomainForDigestAuthentication [ = sDomain ]

C++ Syntax[C++]

HRESULT get_DomainForDigestAuthentication(
  BSTR *psDomain
);

HRESULT put_DomainForDigestAuthentication(
  BSTR sDomain
);

Parameters

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

The property is read-write.

Applies To

FPCListenEntry