SignedXmlSignature Members
Contains an XML representation of a digital signature.
The following tables list the members exposed by the SignedXmlSignature type.
Public Constructors
Name | Description | |
---|---|---|
SignedXmlSignature | Initializes a new instance of SignedXmlSignature. |
Top
Public Properties
Name | Description | |
---|---|---|
Container | Gets or sets the Security SOAP header that contains this element. | |
Id | Gets or sets a string that contains a unique identifier for this signature. | |
KeyInfo | Gets or sets a KeyInfo that enables the recipient(s) to obtain the key needed to validate the signature. | |
ObjectList | Gets or sets a list containing optional data for a signature. | |
SignatureValue | Gets or sets a byte array containing the actual value of the digital signature. | |
SignedInfo | Gets or sets a SignedInfo instance. | |
SigningToken | Gets or sets the security token that is used to sign the SOAP message. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddObject | Adds a new data object to the ObjectList. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Generates an XML representation of the SignedXmlSignature . | |
LoadXml | Parses an XML string containing a SignedXmlSignature. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SignedXmlSignature Class
Microsoft.Web.Services3.Security Namespace