SignatureConfirmation Class
Represents a signature confirmation by a Web service that it verified the client's digital signature.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim signatureConfirmation1 As New SignatureConfirmation()
Syntax
'Declaration
Public Class SignatureConfirmation
Implements IXmlElement
public class SignatureConfirmation : IXmlElement
public ref class SignatureConfirmation : IXmlElement
public class SignatureConfirmation implements IXmlElement
public class SignatureConfirmation implements IXmlElement
Example
The following code example encrypts the signature confirmations contained in the SOAP response. The code is part of the Web service's SOAP output filter in a custom policy assertion. For more details about creating a custom policy assertion, see How to: Create a Custom Policy Assertion that Secures SOAP Messages.
Remarks
A digital signature confirmation is a SOAP message that a Web service sends to a client that confirms that it verified the client's digital signature.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Security.SignatureConfirmation
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SignatureConfirmation Members
Microsoft.Web.Services3.Security Namespace