Validates user name and password and sets security token which will protect application against CSRF.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- userName
- Type: System String
User name.
- password
- Type: System String
Password.
- token
- Type: System String
Token.
Return Value
Type: StreamSee Also