WSTrustFeb2005RequestSerializer Class

Definition

Class for serializing and deserializing WS-Trust Feb 2005 RequestSecurityToken (RST) messages.

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

Constructors

WSTrustFeb2005RequestSerializer()

Initializes a new instance of the WSTrustFeb2005RequestSerializer class.

Methods

CanRead(XmlReader)

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

CreateRequestSecurityToken()

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

(Inherited from WSTrustRequestSerializer)
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)
ReadCustomElement(XmlReader, WSTrustSerializationContext)

When overridden in a derived class, reads a custom element.

(Inherited from WSTrustRequestSerializer)
ReadXml(XmlReader, WSTrustSerializationContext)

Deserializes the RST from an XmlReader object to a RequestSecurityToken object.

ReadXmlElement(XmlReader, RequestSecurityToken, WSTrustSerializationContext)

Reads a child element inside the RST. Override of the base class method.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(RequestSecurityToken)

Validates the RequestSecurityToken object that has been deserialized.

(Inherited from WSTrustRequestSerializer)
WriteKnownRequestElement(RequestSecurityToken, XmlWriter, WSTrustSerializationContext)

Writes the supported elements on the RequestSecurityToken object to the stream.

WriteXml(RequestSecurityToken, XmlWriter, WSTrustSerializationContext)

Serializes the specified RequestSecurityToken object into the XmlWriter object.

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

Writes the specified RST parameter to the outgoing stream. Override of the base class method.

Applies to