MessageSignature Members
Represents an XML signature object that is used to create digital signatures.
The following tables list the members exposed by the MessageSignature type.
Public Constructors
Name | Description | |
---|---|---|
MessageSignature | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Container | Gets the Security header that contains this security element. | |
Document | Sets the System.Xml.XmlDocument that contains the message to be signed or verified. | |
KeyInfo | Gets or sets the System.Security.Cryptography.Xml.KeyInfo of the current MessageSignature. | |
OwnerElement | Sets the System.Xml.XmlElement that owns the element being signed. | |
SecurityToken | Gets the SigningToken used with the signature.Obsolete. | |
Signature | Gets the SignedXmlSignature of the current MessageSignature. | |
SignatureLength | Gets the length of the signature for the current MessageSignature. | |
SignatureMethod | Gets the algorithm used for signature generation and validation of the current MessageSignature. | |
SignatureOptions | Gets or sets the SignatureOptions enumeration that represents the parts of the message to be signed or verified. | |
SignatureValue | Gets the signature value of the current MessageSignature. | |
SignedInfo | Gets the SignedInfo of the current MessageSignature. | |
SigningKey | Gets or sets the asymmetric or symmetric algorithm key used for signing the MessageSignature. | |
SigningToken | Gets or sets the SecurityToken used with the signature. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddObject | Adds a System.Security.Cryptography.Xml.DataObject to the list of objects to be signed. | |
AddReference | Adds a new Reference to the References list to be digested and signed. | |
CheckSignature | Overloaded. | |
ComputeSignature | Overloaded. | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetIdElement | Returns the System.Xml.XmlElement with the specified ID from the specified System.Xml.XmlDocument. | |
GetType | (inherited from Object ) | |
GetXml | Returns the XML representation of the MessageSignature. | |
LoadXml | Loads a MessageSignature state from an XML element. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
ClearIdElements | Clears the cache. | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
MessageSignature Class
Microsoft.Web.Services2.Security Namespace