UsersTokenCacheRemove Method

Definition

Namespace: Centralpoint.Web.Authorization
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public int Remove(
	Guid authId,
	IUser user,
	string executeConnectionString = null
)

Parameters

authId  Guid
 
user  IUser
 
executeConnectionString  String  (Optional)
 

Return Value

Int32

See Also