Click or drag to resize
WebServiceAuthorization Class
Web service authorization interface for username authentication.
Inheritance Hierarchy
SystemObject
  SecurityTokenManager
    UsernameTokenManager
      CMS.Synchronization.WSE3WebServiceAuthorization

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 9.0.0
Syntax
C#
public class WebServiceAuthorization : UsernameTokenManager

The WebServiceAuthorization type exposes the following members.

Constructors
  NameDescription
Public methodWebServiceAuthorization
Top
Methods
  NameDescription
Protected methodAuthenticateToken
Authentication function, returns the password for specified username.
(Overrides UsernameTokenManager.AuthenticateToken(UsernameToken).)
Public methodVerifyToken
Verifies the incoming username token.
(Overrides UsernameTokenManager.VerifyToken(SecurityToken).)
Top
See Also