SignedXml Methods
.NET Framework 4
The SignedXml type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddObject | Adds a DataObject object to the list of objects to be signed. |
|
AddReference | Adds a Reference object to the SignedXml object that describes a digest method, digest value, and transform to use for creating an XML digital signature. |
|
CheckSignature() | Determines whether the Signature property verifies using the public key in the signature. |
|
CheckSignature(AsymmetricAlgorithm) | Determines whether the Signature property verifies for the specified key. |
|
CheckSignature(KeyedHashAlgorithm) | Determines whether the Signature property verifies for the specified message authentication code (MAC) algorithm. |
|
CheckSignature(X509Certificate2, Boolean) | Determines whether the Signature property verifies for the specified X509Certificate2 object and, optionally, whether the certificate is valid. |
|
CheckSignatureReturningKey | Determines whether the Signature property verifies using the public key in the signature. |
|
ComputeSignature() | Computes an XML digital signature. |
|
ComputeSignature(KeyedHashAlgorithm) | Computes an XML digital signature using the specified message authentication code (MAC) algorithm. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetIdElement | Returns the XmlElement object with the specified ID from the specified XmlDocument object. |
|
GetPublicKey | Returns the public key of a signature. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetXml | Returns the XML representation of a SignedXml object. |
|
LoadXml | Loads a SignedXml state from an XML element. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |