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
'Usage
Dim messageSignature1 As New MessageSignature()
Syntax
'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
Remarks
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.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services3.Security.MessageSignature
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
MessageSignature Members
Microsoft.Web.Services3.Security Namespace
Other Resources
How to: Sign a SOAP Message Using an X.509 Certificate
How to: Sign a SOAP Message By Using a Kerberos Ticket