MessageSignature Class
Represents an XML signature object that is used to create digital signatures.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
'Usage
Dim messageSignature1 As New MessageSignature()
'Declaration
Public Class MessageSignature
Implements IXmlElement, ISecurityElement
public class MessageSignature : IXmlElement, ISecurityElement
public ref class MessageSignature : IXmlElement, ISecurityElement
public class MessageSignature implements IXmlElement, ISecurityElement
public class MessageSignature implements IXmlElement, , ISecurityElement
This class implements the ISecurityElement interface and represents a single signature within a security header. It is created with a SecurityToken that supports signing messages, and contains a valid key assigned to the SecurityToken.Key property.
System.Object
Microsoft.Web.Services3.Security.MessageSignature
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
MessageSignature Members
Microsoft.Web.Services3.Security Namespace
How to: Sign a SOAP Message Using an X.509 Certificate
How to: Sign a SOAP Message By Using a Kerberos Ticket