Click or drag to resize
RESTSecurityInvokerGetAuthenticatedUserNameInternal Method
Returns name of authenticated user.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetAuthenticatedUserNameInternal(
	bool checkHash
)

Parameters

checkHash
Type: SystemBoolean
If true, hash is checked and has higher priority than authentication

Return Value

Type: String
See Also