RESTSecurityInvokerGetAuthenticatedUserNameInternal Method |
Returns name of authenticated user.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 10.0.0
Syntax protected virtual string GetAuthenticatedUserNameInternal(
bool checkHash
)
Parameters
- checkHash
- Type: SystemBoolean
If true, hash is checked and has higher priority than authentication
Return Value
Type:
StringSee Also