SignedXml Properties
.NET Framework 4
The SignedXml type exposes the following members.
| Name | Description | |
|---|---|---|
|
EncryptedXml | Gets or sets an EncryptedXml object that defines the XML encryption processing rules. |
|
KeyInfo | Gets or sets the KeyInfo object of the current SignedXml object. |
|
Resolver | Sets the current XmlResolver object. |
|
Signature | Gets the Signature object of the current SignedXml object. |
|
SignatureFormatValidator | Gets a delegate that will be called to validate the format (not the cryptographic security) of an XML signature. |
|
SignatureLength | Gets the length of the signature for the current SignedXml object. |
|
SignatureMethod | Gets the signature method of the current SignedXml object. |
|
SignatureValue | Gets the signature value of the current SignedXml object. |
|
SignedInfo | Gets the SignedInfo object of the current SignedXml object. |
|
SigningKey | Gets or sets the asymmetric algorithm key used for signing a SignedXml object. |
|
SigningKeyName | Infrastructure. Gets or sets the name of the installed key to be used for signing the SignedXml object. |