Microsoft Internet Security and Acceleration Server 2000

FPCFirewallChaining.Credentials Property

Gets an FPCCredentials object used to read and write credential information. A server will use this information if it needs to authenticate when chaining to an upstream server.

VBScript Syntax[VBScript]

[ oFPCCredentials = ] FPCFirewallChaining.Credentials

C++ Syntax[C++]

HRESULT get_Credentials(
  IFPCCredentials **poFPCCredentials
);

Parameters

oFPCCredentials
Reference to an FPCCredentials object.

The property is read-only.

Applies To

FPCFirewallChaining