The NehtaSignedXml type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddObject | Adds a DataObject object to the list of objects to be signed. (Inherited from SignedXml.) |
![]() | 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. (Inherited from SignedXml.) |
![]() | CheckSignature()()()() | Determines whether the Signature property verifies using the public key in the signature. (Inherited from SignedXml.) |
![]() | CheckSignature(AsymmetricAlgorithm) | Determines whether the Signature property verifies for the specified key. (Inherited from SignedXml.) |
![]() | CheckSignature(KeyedHashAlgorithm) | Determines whether the Signature property verifies for the specified message authentication code (MAC) algorithm. (Inherited from SignedXml.) |
![]() | CheckSignature(X509Certificate2, Boolean) | Determines whether the Signature property verifies for the specified X509Certificate2 object and, optionally, whether the certificate is valid. (Inherited from SignedXml.) |
![]() | CheckSignatureReturningKey | Determines whether the Signature property verifies using the public key in the signature. (Inherited from SignedXml.) |
![]() | ComputeSignature()()()() | Computes an XML digital signature. (Inherited from SignedXml.) |
![]() | ComputeSignature(KeyedHashAlgorithm) | Computes an XML digital signature using the specified message authentication code (MAC) algorithm. (Inherited from SignedXml.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIdElement(XmlDocument, String) | Returns the XmlElement object with the specified ID from the specified XmlDocument object. (Inherited from SignedXml.) |
![]() | GetIdElement(XmlDocument, String) |
Gets the element with the ID value.
|
![]() | GetPublicKey | Returns the public key of a signature. (Inherited from SignedXml.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetXml | Returns the XML representation of a SignedXml object. (Inherited from SignedXml.) |
![]() | LoadXml | Loads a SignedXml state from an XML element. (Inherited from SignedXml.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetAttributeValue<(Of <<'(T, TExpected>)>>) |
Extension Methods for retrieving a value from an interface
(Defined by Extensions.) |
![]() | SerializeToXml()()()() | Overloaded.
Serializes any object to XML.
(Defined by Extensions.) |
![]() | SerializeToXml(String) | Overloaded.
Serializes any object to XML.
(Defined by Extensions.) |