Share via


IFPCRadiusServers::Retries property

Applies to: desktop apps only

The Retries property gets or sets the number of times an authentication request is retried. RADIUS servers handle an authentication request in the order determined by the Order property of each of the FPCRadiusServer objects in the collection. If the first server in the collection is unavailable, the request is forwarded to the second server, and so on. The number of times authentication is tried on each RADIUS server before the request is forwarded to the next server is set by the Retries property.

This property is read/write.

Syntax

HRESULT put_Retries(
  long lRetries
);

HRESULT get_Retries(
  long *plRetries
);
' Data type: Long

Property Retries( _
  ByVal lRetries As long, _
  ByVal plRetries As long _
) As Long

Property value

A 32-bit integer that specifies the number of retries.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is 2.

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

FPCRadiusServers

 

 

Build date: 7/12/2010