Microsoft Internet Security and Acceleration Server 2000

FPCBackupRoute.AuthenticationEnabled Property

Gets or sets whether the use of downstream client authentication in upstream routing is enabled.

VBScript Syntax[VBScript]

FPCBackupRoute.AuthenticationEnabled [= bEnabled ]

C++ Syntax[C++]

HRESULT get_AuthenticationEnabled(
  VARIANT_BOOL *pbEnabled
);

HRESULT put_AuthenticationEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether authentication is enabled.

The property is read-write.

Applies To

FPCBackupRoute