Retries Property of the IFPCRadiusServers Interface

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.

[C++]
HRESULT put_Retries(
	long lRetries
);
HRESULT get_Retries(
	long* plRetries
);

Parameters

plRetries

Pointer to a variable that on return receives a 32-bit integer specifying the number of retries.

lRetries

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

Return Value

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

[Visual Basic]
Property Retries As Long

Property Value

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

Remarks

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

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCRadiusServers


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.