WSTrustResponseSerializer Class

Definition

The abstract base class that defines methods for serializing and deserializing versions of WS-Trust response (RSTR) messages.

public ref class WSTrustResponseSerializer abstract
public abstract class WSTrustResponseSerializer
type WSTrustResponseSerializer = class
Public MustInherit Class WSTrustResponseSerializer
Inheritance
WSTrustResponseSerializer
Derived

Constructors

WSTrustResponseSerializer()

Initializes a new instance of the WSTrustResponseSerializer class.

Methods

CanRead(XmlReader)

When overridden in a derived class, checks if the specified XML reader is positioned at a WS-Trust RequestSecurityTokenResponse element.

CreateInstance()

Creates an instance of the RequestSecurityTokenResponse class that this class can serialize or deserialize.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReadXml(XmlReader, WSTrustSerializationContext)

When overridden in a derived class, deserializes the RSTR from an XmlReader object to a RequestSecurityTokenResponse object.

ReadXmlElement(XmlReader, RequestSecurityTokenResponse, WSTrustSerializationContext)

When overridden in the derived class reads a child element inside the RSTR.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(RequestSecurityTokenResponse)

Validates the RequestSecurityTokenResponse object that has been deserialized.

WriteKnownResponseElement(RequestSecurityTokenResponse, XmlWriter, WSTrustSerializationContext)

When overridden in a derived class, writes the supported elements on the RequestSecurityTokenResponse object to the outgoing stream.

WriteXml(RequestSecurityTokenResponse, XmlWriter, WSTrustSerializationContext)

When overridden in a derived class, serializes the specified RequestSecurityTokenResponse object into the XmlWriter object.

WriteXmlElement(XmlWriter, String, Object, RequestSecurityTokenResponse, WSTrustSerializationContext)

When overridden in a derived class, writes a child element inside the RSTR.

Applies to