Click or drag to resize
WebServiceAuthorizationAuthenticateToken Method
Authentication function, returns the password for specified username.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
protected override string AuthenticateToken(
	UsernameToken token
)

Parameters

token
Type: UsernameToken
Token to authorize against

Return Value

Type: String
Exceptions
ExceptionCondition
SecurityExceptionThrown when staging has no password set.
ArgumentNullExceptionThrown when username authentication token is missing.
See Also