Microsoft Internet Security and Acceleration Server 2000

FPCPrimaryRoute.AuthenticationEnabled Property

Gets or sets whether use of authentication in upstream routing is enabled. Authentication should not be enabled unless a valid FPCCredentials object can be retrieved by the FPCPrimaryRoute.Credentials property.

VBScript Syntax[VBScript]

FPCPrimaryRoute.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

FPCPrimaryRoute