UserGroupManagerSetAuthenticatorKey Method

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
public bool SetAuthenticatorKey(
	Guid userId,
	string authenticatorKey,
	Database database,
	DbTransaction transaction
)

Parameters

userId  Guid
 
authenticatorKey  String
 
database  Database
 
transaction  DbTransaction
 

Return Value

Boolean

See Also