Click or drag to resize
X509HelperGetSigningX509Token Method
This method checks if the incoming message has signed all the important message parts such as soap:Body, all the addressing headers and timestamp.

Namespace: CMS.Synchronization.WSE3
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 8.2.23
Syntax
C#
public static SecurityToken GetSigningX509Token(
	SoapContext context,
	Security security
)

Parameters

context
Type: SoapContext
Soap context to get the signing token for
security
Type: Security
Security context

Return Value

Type: SecurityToken
The signing token
See Also