Share via


SecurityTokenReference Members

Represents a reference to a security token in a security header.

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

Public Constructors

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

Top

Public Properties

  Name Description
public property AbsoluteReference Sets a reference to a security token.
public property AnyAttributes Gets a collection of XML attributes.
public property AnyElements Gets a collection of XML elements.
public property Embedded Gets or sets a security token reference that is specified in an <Embedded> element.
public property Id Gets or sets the string label for the security token reference.
public property KeyIdentifier Gets or sets a reference to a specific security token.
public property Reference Gets or sets a reference to a security token elsewhere in the SOAP message.
public property RelativeReference Sets a reference to a security token elsewhere in the SOAP message.
public property Token Gets the security token to reference.
public property ValueType Get or sets the value of the ValueType attribute.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals Overloaded. Overridden.  
public method GetHashCode Overridden. Returns the hash code for the SecurityTokenReference.
public method GetType  (Inherited from Object )
public method GetXml Overloaded. Overridden. Generates an XML representation of the SecurityTokenReference.
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the SecurityTokenReference.
public method static op_Implicit Overloaded.  
public method static ReferenceEquals  (Inherited from Object )
public method Resolve Overloaded. Attempts to resolve the reference to a security token.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetInnerXml Adds the child elements for a security token reference to the supplied XML element.
protected method GetXmlAttributes Appends the Id attribute and any attributes specified in the AnyAttributes property to the supplied XML element.
protected method LoadInnerXml Loads the child elements of the specified XML element into properties of the SecurityTokenReference.
protected method LoadXmlAttributes Adds the attributes of the supplied XML element to the AnyAttributes collection.
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SecurityTokenReference Class
Microsoft.Web.Services3.Security Namespace
GetXml
GetInnerXml
AbsoluteReference
Embedded
KeyIdentifier
Reference
RelativeReference