WebServiceAuthorizationVerifyToken Method |
Verifies the incoming username token.
Namespace: CMS.Synchronization.WSE3Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 13.0.131
Syntax public override void VerifyToken(
SecurityToken token
)
Parameters
- token
- Type: SecurityToken
Token to verify
Implements
ISecurityTokenManager.VerifyToken(SecurityToken)See Also