WSTrust13ResponseSerializer Class

Definition

Class for serializing and deserializing WS-Trust 1.3 RequestSecurityTokenResponse (RSTR) messages.

public ref class WSTrust13ResponseSerializer : System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer
public class WSTrust13ResponseSerializer : System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer
type WSTrust13ResponseSerializer = class
    inherit WSTrustResponseSerializer
Public Class WSTrust13ResponseSerializer
Inherits WSTrustResponseSerializer
Inheritance
WSTrust13ResponseSerializer

Constructors

WSTrust13ResponseSerializer()

Initializes a new instance of the WSTrust13ResponseSerializer class.

Methods

CanRead(XmlReader)

Checks if the specified XML reader is positioned at a RequestSecurityTokenResponse or a RequestSecurityTokenResponseCollection element with namespace "http://docs.oasis-open.org/ws-sx/ws-trust/200512".

CreateInstance()

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

(Inherited from WSTrustResponseSerializer)
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)

Deserializes the RSTR from an XmlReader object to a RequestSecurityTokenResponse object.

ReadXmlElement(XmlReader, RequestSecurityTokenResponse, WSTrustSerializationContext)

Reads a specific 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.

(Inherited from WSTrustResponseSerializer)
WriteKnownResponseElement(RequestSecurityTokenResponse, XmlWriter, WSTrustSerializationContext)

Writes the supported elements on the RequestSecurityTokenResponse object to the outgoing stream.

WriteXml(RequestSecurityTokenResponse, XmlWriter, WSTrustSerializationContext)

Serializes the specified RequestSecurityTokenResponse object into the XmlWriter object.

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

Writes the specified RSTR element to the outgoing stream. Override of the base class method.

Applies to