Share via


Embedded Members

Represents a reference to a security token in an <Embedded> XML element.

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

Public Constructors

  Name Description
Embedded Overloaded. Initializes a new instance of the Embedded class.

Top

Public Properties

  Name Description
public property AnyAttributes  Gets the collection of XML attributes for the element. (Inherited from OpenElement)
public property AnyElements  Gets the collection of child XML elements for the element. (Inherited from OpenElementElement)
public property Id Gets or sets the Id attribute of the <Embedded> element.
public property Token Gets or sets the security token being referenced.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals Overloaded. Overridden.  
public method GetHashCode Overridden. Returns the hash code for the Embedded.
public method GetType  (Inherited from Object )
public method GetXml Overridden. Generates an XML representation of the Embedded from the specified XML document.
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the Embedded.
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 GetXmlAttributes  (Inherited from OpenElement )
protected method GetXmlElements  (Inherited from OpenElementElement )
protected method LoadXmlAttributes  (Inherited from OpenElement )
protected method LoadXmlElements  (Inherited from OpenElementElement )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Embedded Class
Microsoft.Web.Services3.Security Namespace
SecurityTokenReference