RESTSecurityInvokerGetAuthenticatedUserNameInternal Method |
Returns name of authenticated user.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax 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:
StringSee Also