The NehtaSignedXml type exposes the following members.

Methods

  NameDescription
Public methodAddObject
Adds a DataObject object to the list of objects to be signed.
(Inherited from SignedXml.)
Public methodAddReference
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.
(Inherited from SignedXml.)
Public methodCheckSignature()()()()
Determines whether the Signature property verifies using the public key in the signature.
(Inherited from SignedXml.)
Public methodCheckSignature(AsymmetricAlgorithm)
Determines whether the Signature property verifies for the specified key.
(Inherited from SignedXml.)
Public methodCheckSignature(KeyedHashAlgorithm)
Determines whether the Signature property verifies for the specified message authentication code (MAC) algorithm.
(Inherited from SignedXml.)
Public methodCheckSignature(X509Certificate2, Boolean)
Determines whether the Signature property verifies for the specified X509Certificate2 object and, optionally, whether the certificate is valid.
(Inherited from SignedXml.)
Public methodCheckSignatureReturningKey
Determines whether the Signature property verifies using the public key in the signature.
(Inherited from SignedXml.)
Public methodComputeSignature()()()()
Computes an XML digital signature.
(Inherited from SignedXml.)
Public methodComputeSignature(KeyedHashAlgorithm)
Computes an XML digital signature using the specified message authentication code (MAC) algorithm.
(Inherited from SignedXml.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdElement
Gets the element with the ID value.
(Overrides SignedXml..::..GetIdElement(XmlDocument, String).)
Protected methodGetPublicKey
Returns the public key of a signature.
(Inherited from SignedXml.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXml
Returns the XML representation of a SignedXml object.
(Inherited from SignedXml.)
Public methodLoadXml
Loads a SignedXml state from an XML element.
(Inherited from SignedXml.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodSerializeToXml()()()()Overloaded.
Serializes any object to XML.
(Defined by Extensions.)
Public Extension MethodSerializeToXml(String)Overloaded.
Serializes any object to XML.
(Defined by Extensions.)

See Also