This topic has not yet been rated - Rate this topic

MutualCertificate10Assertion.CorrelationState Class

Represents state persisted by the MutualCertificate10Assertion SOAP filters between the request and response messages within the OperationState. An instance of this class is added to the OperationState by the MutualCertificate10Assertion.ServiceInputFilter and extracted from OperationState by the MutualCertificate10Assertion.ServiceOutputFilter. It is used to move the client's X509 security token from the request to the response message.


Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

'Usage
Dim mutualCertificate10Assertion_CorrelationState1 As New MutualCertificate10Assertion.CorrelationState()
protected class MutualCertificate10Assertion.CorrelationState : SerializableTokenWrapper<X509SecurityToken>
protected class MutualCertificate10Assertion.CorrelationState extends SerializableTokenWrapper<X509SecurityToken>
JScript does not support Generics.
System.Object
   Microsoft.Web.Services3.Security.SerializableTokenWrapper
    Microsoft.Web.Services3.Design.MutualCertificate10Assertion.CorrelationState
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.