SecurIDNameLockEnabled Property of the IFPCSecurIDAuthenticationProperties Interface

The SecurIDNameLockEnabled property gets or sets a Boolean value that indicates whether the RSA Authentication Manager name locking feature is enabled.

[C++]
HRESULT put_SecurIDNameLockEnabled(
	VARIANT_BOOL fSecurIDNameLockEnabled
);
HRESULT get_SecurIDNameLockEnabled(
	VARIANT_BOOL* pfSecurIDNameLockEnabled
);

Parameters

pfSecurIDNameLockEnabled

Pointer to a Boolean variable that is set on return to VARIANT_TRUE if the RSA Authentication Manager name locking feature is enabled, or to VARIANT_FALSE if the RSA Authentication Manager name locking feature is disabled.

fSecurIDNameLockEnabled

Boolean value that indicates whether the RSA Authentication Manager name locking feature is enabled.

Return Value

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

[Visual Basic]
Property SecurIDNameLockEnabled As Boolean

Property Value

Boolean value that indicates whether the RSA Authentication Manager name locking feature is enabled.

Remarks

This property is read/write. Its default value is False (VARIANT_FALSE in C++).

If the Agent Host record for a Forefront TMG computer in the RSA Authentication Manager database requires name locking, you must enable name locking on the Forefront TMG computer. If the RSA Authentication Manager server requires name locking and the Forefront TMG computer does not enable the name locking feature, all authentication requests from the Forefront TMG computer will be denied. If the RSA Authentication Manager server does not require name locking, but it is enabled on the Forefront TMG computer, the RSA Authentication Manager server can process requests without using name locking.

A malicious user can permanently lock a user by performing many logon attempts.

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

FPCSecurIDAuthenticationProperties


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.