Click or drag to resize
WebServiceAuthorizationVerifyToken Method
Verifies the incoming username token.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
public override void VerifyToken(
	SecurityToken token
)

Parameters

token
Type: SecurityToken
Token to verify

Implements

ISecurityTokenManager.VerifyToken(SecurityToken)
See Also