| WebServiceAuthorizationAuthenticateToken Method |
Authentication function, returns the password for specified username.
Namespace: CMS.Synchronization.WSE3Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 13.0.131
Syntaxprotected override string AuthenticateToken(
UsernameToken token
)
Parameters
- token
- Type: UsernameToken
Token to authorize against
Return Value
Type:
String
Exceptions| Exception | Condition |
|---|
| SecurityException | Thrown when staging has no password set. |
| ArgumentNullException | Thrown when username authentication token is missing. |
See Also