Share via


XmlSignature.ElementNames Members

Defines constants for the names of the elements in a security header.

The following tables list the members exposed by the XmlSignature.ElementNames type.

Public Fields

  Name Description
public field static CanonicalizationMethod Represents the name of the element that specifies the method used to canonicalize the SOAP message before digitally signing it. This field is constant.
public field static KeyInfo Represents the name of the element that defines a KeyInfo structure. This field is constant.
public field static KeyName Represents the name of the element that defines a key name. This field is constant.
public field static Object  
public field static Reference Represents the name of the element that specifies the digest value and method used to calculate the digest value for a signed element. This field is constant.
public field static Signature Represents the name of the element that defines a signature. This field is constant.
public field static SignatureMethod Represents the name of the element that specifies the method used to create the value of the <SignatureValue> element. This field is constant.
public field static SignatureValue Represents the <SignatureValue> element, which contains the signature value. This field is constant.
public field static SignedInfo Represents the name of the element that specifies which elements are signed. This field is constant.
public field static Transform Represents the name of the element that specifies the transform used on the signed elements. This field is constant.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from 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

XmlSignature.ElementNames Class
Microsoft.Web.Services3.Security Namespace