Microsoft Internet Security and Acceleration Server 2004 SDK

RemoteCredentials Property of IFPCVpnNetworkL2tpPptpSettings[C++]

FPCVpnNetworkL2tpPptpSettings.RemoteCredentials [Visual Basic]

[C++]

The RemoteCredentials property gets an FPCCredentials object that specifies the user name, including the domain name, and the password that are presented to the remote site for authentication.

HRESULT get_RemoteCredentials(
  IFPCCredentials** ppCredentials
);

Parameters

ppCredentials
Address of an interface pointer that on return points to an IFPCCredentials interface that represents the credentials that are presented to the remote site for authentication.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. The credentials can be modified through the properties of the IFPCCredentials interface retrieved. By default, no user name or password are specified.

[Visual Basic]

The RemoteCredentials property gets an FPCCredentials object that specifies the user name, including the domain name, and the password that are presented to the remote site for authentication.

Property RemoteCredentials As FPCCredentials

Property Value

Reference to an FPCCredentials object that represents the credentials that are presented to the remote site for authentication.

Remarks

This property is read-only. The credentials can be modified through the properties of the FPCCredentials object retrieved. By default, no user name or password are specified.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCVpnNetworkL2tpPptpSettings