Microsoft Internet Security and Acceleration Server 2000

FPCBackupRoute.Credentials Property

Gets an FPCCredentials object to read and write credential information. An ISA server uses this information if it needs to authenticate a connection to an upstream server.

VBScript Syntax[VBScript]

[ oFPCCredentials = ] FPCBackupRoute.Credentials

C++ Syntax[C++]

HRESULT get_Credentials(
  IFPCCredentials **oFPCCredentials
);

Parameters

oFPCCredentials
Reference to an FPCCredentials object.

The property is read-only.

Applies To

FPCBackupRoute