The NehtaSignedXml type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NehtaSignedXml |
Instantiates an instance of NehtaSignedXml.
|
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 |
Gets the element with the ID value.
(Overrides SignedXml..::..GetIdElement(XmlDocument, String).) |
![]() | 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 | |
---|---|---|
![]() | SerializeToXml()()()() | Overloaded.
Serializes any object to XML.
(Defined by Extensions.) |
![]() | SerializeToXml(String) | Overloaded.
Serializes any object to XML.
(Defined by Extensions.) |
Fields
Name | Description | |
---|---|---|
![]() | m_signature | (Inherited from SignedXml.) |
![]() | m_strSigningKeyName |
Represents the name of the installed key to be used for signing the SignedXml object.
(Inherited from SignedXml.) |
Properties
Name | Description | |
---|---|---|
![]() | EncryptedXml |
Gets or sets an EncryptedXml object that defines the XML encryption processing rules.
(Inherited from SignedXml.) |
![]() | KeyInfo | (Inherited from SignedXml.) |
![]() | Resolver |
Sets the current XmlResolver object.
(Inherited from SignedXml.) |
![]() | Signature | (Inherited from SignedXml.) |
![]() | SignatureLength |
Gets the length of the signature for the current SignedXml object.
(Inherited from SignedXml.) |
![]() | SignatureMethod |
Gets the signature method of the current SignedXml object.
(Inherited from SignedXml.) |
![]() | SignatureValue |
Gets the signature value of the current SignedXml object.
(Inherited from SignedXml.) |
![]() | SignedInfo |
Gets the SignedInfo object of the current SignedXml object.
(Inherited from SignedXml.) |
![]() | SigningKey |
Gets or sets the asymmetric algorithm key used for signing a SignedXml object.
(Inherited from SignedXml.) |
![]() | SigningKeyName |
Gets or sets the name of the installed key to be used for signing the SignedXml object.
(Inherited from SignedXml.) |