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

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

Parameters

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

Return Value

Type: String
See Also