Microsoft Internet Security and Acceleration Server 2000

FPCPrimaryRoute.Credentials Property

Gets an FPCCredentials object that is used to read and write credential information. An ISA Server computer will use this information if it needs to authenticate a connection to an upstream proxy server.

VBScript Syntax[VBScript]

[ oFPCCredentials = ] FPCPrimaryRoute.Credentials

C++ Syntax[C++]

HRESULT get_Credentials(
  IFPCCredentials **poFPCCredentials
);

Parameters

oFPCCredentials
Reference to an FPCCredentials object.

The property is read-only.

Applies To

FPCPrimaryRoute