UsersTokenCacheGetKey(Guid, IUser) Method

Definition

Namespace: Centralpoint.Web.Authorization
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private static string GetKey(
	Guid authId,
	IUser user
)

Parameters

authId  Guid
 
user  IUser
 

Return Value

String

See Also