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(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.) |
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.) |
![]() | SignatureFormatValidator | Gets a delegate that will be called to validate the format (not the cryptographic security) of an XML 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.) |