Click or drag to resize
X509HelperCheckServerX509Token Method
Returns true if given server token is valid.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
public static bool CheckServerX509Token(
	X509SecurityToken token,
	string siteName
)

Parameters

token
Type: X509SecurityToken
Token to check
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also