Share via


Signature Members

Represents a signature as defined by the XML signature specification. This class cannot be inherited.Obsolete.

The following tables list the members exposed by the Signature type.

Public Constructors

  Name Description
Signature Overloaded.  

Top

Public Properties

  Name Description
public property Container  Gets the Security header that contains this security element.(inherited from MessageSignature)
public property Document  Sets the System.Xml.XmlDocument that contains the message to be signed or verified.(inherited from MessageSignature)
public property KeyInfo  Gets or sets the System.Security.Cryptography.Xml.KeyInfo of the current MessageSignature.(inherited from MessageSignature)
public property OwnerElement  Sets the System.Xml.XmlElement that owns the element being signed.(inherited from MessageSignature)
public property SecurityToken  Gets the SigningToken used with the signature.Obsolete.(inherited from MessageSignature)
public property Signature  Gets the SignedXmlSignature of the current MessageSignature.(inherited from MessageSignature)
public property SignatureLength  Gets the length of the signature for the current MessageSignature.(inherited from MessageSignature)
public property SignatureMethod  Gets the algorithm used for signature generation and validation of the current MessageSignature.(inherited from MessageSignature)
public property SignatureOptions  Gets or sets the SignatureOptions enumeration that represents the parts of the message to be signed or verified.(inherited from MessageSignature)
public property SignatureValue  Gets the signature value of the current MessageSignature.(inherited from MessageSignature)
public property SignedInfo  Gets the SignedInfo of the current MessageSignature.(inherited from MessageSignature)
public property SigningKey  Gets or sets the asymmetric or symmetric algorithm key used for signing the MessageSignature.(inherited from MessageSignature)
public property SigningToken  Gets or sets the SecurityToken used with the signature.(inherited from MessageSignature)

Top

Public Methods

  Name Description
public method AddObject  Adds a System.Security.Cryptography.Xml.DataObject to the list of objects to be signed. (inherited from MessageSignature)
public method AddReference  Adds a new Reference to the References list to be digested and signed. (inherited from MessageSignature)
public method CheckSignature  Overloaded. (inherited from MessageSignature )
public method ComputeSignature  Overloaded. (inherited from MessageSignature )
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetIdElement  Returns the System.Xml.XmlElement with the specified ID from the specified System.Xml.XmlDocument. (inherited from MessageSignature)
public method GetType  (inherited from Object )
public method GetXml  Returns the XML representation of the MessageSignature. (inherited from MessageSignature)
public method LoadXml  Loads a MessageSignature state from an XML element. (inherited from MessageSignature)
public method ToString  (inherited from Object )

Top

See Also

Reference

Signature Class
Microsoft.Web.Services2.Security Namespace

Other Resources