X509Helper GetSigningX509Token Method Kentico 8.0 API Reference
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.0.0.0 (8.0.5239.26125)

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