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 | |
---|---|---|
Token | Gets or sets the SecurityToken. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetSchema | Return the Xml schema associated with this class. | |
GetType | (Inherited from Object ) | |
ReadToken | Converts XML representing a security token to a SecurityToken object | |
ReadXml | Populates the state of this class by using the specified XmlReader. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) | |
WriteToken | Converts the specified SecurityToken to its XML representation and writes it out to the stream specified by XmlWriter. | |
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 | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SerializableTokenWrapper Class
Microsoft.Web.Services3.Security Namespace