Share via


SignedInfo Members

Represents a SignedInfo element residing in a digital signature.

The following tables list the members exposed by the SignedInfo type.

Public Constructors

  Name Description
SignedInfo Initializes a new instance of SignedInfo.

Top

Public Properties

  Name Description
public property CanonicalizationMethod Gets or sets a string specifying the canonicalization algorithm applied to the SignedInfo prior to performing signature calculations.
public property Count This method is not supported.
public property Id Gets or sets a string representing a unique identifier for the current SignedInfo .
public property IsReadOnly This method is not supported.
public property IsSynchronized This method is not supported.
public property References Gets an System.Collections.ArrayList containing Reference instances for this signature.
public property SignatureLength Gets or sets the length of the current signature.
public property SignatureMethod Gets or sets a string specifying the algorithm used for signature generation and validation.
public property SyncRoot This method is not supported.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AddReference Adds a new Reference to the References list.
public method CopyTo This method is not supported.
public method Equals  (inherited from Object )
public method GetEnumerator Gets an System.Collections.IEnumerator that can iterate through the SignedInfo. This method is not supported.
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method GetXml Returns an XML-based representation of the current SignedInfo .
public method LoadXml Loads an System.Xml.XmlElement into the current SignedInfo object.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SignedInfo Class
Microsoft.Web.Services2.Security Namespace