Microsoft Internet Security and Acceleration Server 2004 SDK

AuthenticationSchemes Property of IFPCWebListenerProperties[C++]

FPCWebListenerProperties.AuthenticationSchemes [Visual Basic]

[C++]

The AuthenticationSchemes property gets an FPCRefs collection that contains references to the FPCAuthenticationScheme objects defining the authentication schemes available to the Web listener.

HRESULT get_AuthenticationSchemes(
  IFPCRefs** ppRefs
);

Parameters

ppRefs
Address of an interface pointer that on return points to an IFPCRefs interface that represents the collection of references to the authentication schemes available to the Web listener.

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. References to authentication schemes can be added and removed by calling the methods of the IFPCRefs interface retrieved.

[Visual Basic]

The AuthenticationSchemes property gets an FPCRefs collection that contains references to the FPCAuthenticationScheme objects defining the authentication schemes available to the Web listener.

Property AuthenticationSchemes As FPCRefs

Property Value

Reference to an FPCRefs collection that contains references to the FPCAuthenticationScheme objects defining the authentication schemes available to the Web listener.

Remarks

This property is read-only. References to authentication schemes can be added and removed by calling the methods of the FPCRefs collection retrieved.

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

FPCWebListenerProperties