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.
HRESULT put_Retries( long lRetries ); HRESULT get_Retries( long* plRetries );
Pointer to a variable that on return receives a 32-bit integer specifying the number of retries.
A 32-bit integer that specifies the number of retries.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property Retries As Long
A 32-bit integer that specifies the number of retries.
This property is read/write. Its default value is 2.
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. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.