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
Syntax protected override string AuthenticateToken(
UsernameToken token
)
Parameters
- token
- Type: UsernameToken
Token to authorize against
Return Value
Type:
StringExceptions Exception | Condition |
---|
SecurityException | Thrown when staging has no password set. |
ArgumentNullException | Thrown when username authentication token is missing. |
See Also