Share via


IFPCWebListenerProperties2::FormsBasedAuthenticationProperties property

Applies to: desktop apps only

The FormsBasedAuthenticationProperties property gets an FPCFormsBasedAuthenticationProperties object that holds the forms-based authentication configuration settings for the Web listener.

This property is read-only.

Syntax

HRESULT get_FormsBasedAuthenticationProperties(
  IFPCFormsBasedAuthenticationProperties **ppFormsBasedAuthenticationProperties
);
' Data type: FPCFormsBasedAuthenticationProperties

Property FormsBasedAuthenticationProperties( _
  ByVal ppFormsBasedAuthenticationProperties As IFPCFormsBasedAuthenticationProperties _
) As FPCFormsBasedAuthenticationProperties

Property value

Reference to an FPCFormsBasedAuthenticationProperties object that holds the forms-based authentication configuration settings for the Web listener.

Error codes

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

Remarks

This property is read-only. However, the forms-based authentication configuration settings for the Web listener can be modified directly using the properties of the FPCFormsBasedAuthenticationProperties object retrieved (the IFPCFormsBasedAuthenticationProperties interface retrieved in C++).

This property is applicable only if the AuthenticationSchemes property of the Web listener references one of the following authentication schemes:

  • FBA with AD.
  • FBA with LDAP.
  • FBA with RADIUS.
  • FBA with RADIUS OTP.
  • SecurID.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCWebListenerProperties

 

 

Build date: 7/12/2010