| WebServiceAuthorization Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Synchronization.WSE3
 Syntax
Syntaxpublic class WebServiceAuthorization : UsernameTokenManager
The WebServiceAuthorization type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | WebServiceAuthorization | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AuthenticateToken | 
            Authentication function, returns the password for specified username.
            (Overrides UsernameTokenManager.AuthenticateToken(UsernameToken).) | 
|  | VerifyToken | 
            Verifies the incoming username token.
            (Overrides UsernameTokenManager.VerifyToken(SecurityToken).) | 
 See Also
See Also