The NehtaSignedXml type exposes the following members.

Properties

  NameDescription
Public propertyEncryptedXml
Gets or sets an EncryptedXml object that defines the XML encryption processing rules.
(Inherited from SignedXml.)
Public propertyKeyInfo
Gets or sets the KeyInfo object of the current SignedXml object.
(Inherited from SignedXml.)
Public propertyResolver
Sets the current XmlResolver object.
(Inherited from SignedXml.)
Public propertySignature
Gets the Signature object of the current SignedXml object.
(Inherited from SignedXml.)
Public propertySignatureLength
Gets the length of the signature for the current SignedXml object.
(Inherited from SignedXml.)
Public propertySignatureMethod
Gets the signature method of the current SignedXml object.
(Inherited from SignedXml.)
Public propertySignatureValue
Gets the signature value of the current SignedXml object.
(Inherited from SignedXml.)
Public propertySignedInfo
Gets the SignedInfo object of the current SignedXml object.
(Inherited from SignedXml.)
Public propertySigningKey
Gets or sets the asymmetric algorithm key used for signing a SignedXml object.
(Inherited from SignedXml.)
Public propertySigningKeyName
Gets or sets the name of the installed key to be used for signing the SignedXml object.
(Inherited from SignedXml.)

See Also