This topic has not yet been rated - Rate this topic

SignedXml Methods

The SignedXml type exposes the following members.

  Name Description
Public method AddObject Adds a DataObject object to the list of objects to be signed.
Public method 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.
Public method CheckSignature() Determines whether the Signature property verifies using the public key in the signature.
Public method CheckSignature(AsymmetricAlgorithm) Determines whether the Signature property verifies for the specified key.
Public method CheckSignature(KeyedHashAlgorithm) Determines whether the Signature property verifies for the specified message authentication code (MAC) algorithm.
Public method CheckSignature(X509Certificate2, Boolean) Determines whether the Signature property verifies for the specified X509Certificate2 object and, optionally, whether the certificate is valid.
Public method CheckSignatureReturningKey Determines whether the Signature property verifies using the public key in the signature.
Public method ComputeSignature() Computes an XML digital signature.
Public method ComputeSignature(KeyedHashAlgorithm) Computes an XML digital signature using the specified message authentication code (MAC) algorithm.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetIdElement Returns the XmlElement object with the specified ID from the specified XmlDocument object.
Protected method GetPublicKey Returns the public key of a signature.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetXml Returns the XML representation of a SignedXml object.
Public method LoadXml Loads a SignedXml state from an XML element.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ