Click or drag to resize
X509HelperCheckSignature Method
Checks the context signature of the message.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
public static bool CheckSignature(
	SoapContext context,
	Security security,
	MessageSignature signature
)

Parameters

context
Type: SoapContext
security
Type: Security
signature
Type: MessageSignature

Return Value

Type: Boolean
See Also