Click or drag to resize

SessionManagerSetInvalidLogonAttempts Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetInvalidLogonAttempts(
	Guid objectGuid,
	int invalidAttempts,
	Database database,
	DbTransaction transaction
)

Parameters

objectGuid
Type: SystemGuid
invalidAttempts
Type: SystemInt32
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also