WSTrustFeb2005ResponseSerializer Class

Definition

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

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

Constructors

WSTrustFeb2005ResponseSerializer()

Initializes a new instance of the WSTrustFeb2005ResponseSerializer class.

Methods

CanRead(XmlReader)

Checks if the specified XML reader is positioned at a RequestSecurityTokenResponse element with namespace "http://schemas.xmlsoap.org/ws/2005/02/trust".

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)

Override of the base class that 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