Microsoft Internet Security and Acceleration Server 2000

FPCDialupEntry.Credentials Property

Gets an FPCCredentials object. This property is mandatory for an FPCDialupEntry object because the dialup entry cannot be used without credentials (user name and password that would be used to manually establish a network dial-up connection).

VBScript Syntax[VBScript]

[ oFPCCredentials = ] FPCDialupEntry.Credentials

C++ Syntax[C++]

HRESULT get_Credentials(
  IFPCCredentials **poFPCCredentials
);

Parameters

oFPCCredentials
Reference to an FPCCredentials object.

The property is read-only.

Applies To

FPCDialupEntry