Share via


SerializableTokenWrapper Members

Represents a wrapper class for serializing a SecurityToken.

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

Public Constructors

  Name Description
SerializableTokenWrapper Overloaded. Initializes a new instance of a SerializableTokenWrapper class.

Top

Public Properties

  Name Description
public property Token Gets or sets the SecurityToken.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetSchema Return the Xml schema associated with this class.
public method GetType  (Inherited from Object )
public method ReadToken Converts XML representing a security token to a SecurityToken object
public method ReadXml Populates the state of this class by using the specified XmlReader.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method WriteToken Converts the specified SecurityToken to its XML representation and writes it out to the stream specified by XmlWriter.
public method WriteXml Converts the instance of this class to its XML representation and writes it to the stream pointed to by the XmlWriter.

Top

Protected Methods

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

Top

See Also

Reference

SerializableTokenWrapper Class
Microsoft.Web.Services3.Security Namespace