WSTrustFeb2005RequestSerializer Class
.NET Framework 4.5
Class for serializing and deserializing WS-Trust Feb 2005 RequestSecurityToken (RST) messages.
System.Object
System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer
System.IdentityModel.Protocols.WSTrust.WSTrustFeb2005RequestSerializer
System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer
System.IdentityModel.Protocols.WSTrust.WSTrustFeb2005RequestSerializer
Namespace: System.IdentityModel.Protocols.WSTrust
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The WSTrustFeb2005RequestSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WSTrustFeb2005RequestSerializer | Initializes a new instance of the WSTrustFeb2005RequestSerializer class. |
| Name | Description | |
|---|---|---|
![]() | CanRead | Checks if the given reader is positioned at a RequestSecurityToken element with the namespace “http://schemas.xmlsoap.org/ws/2005/02/trust”. (Overrides WSTrustRequestSerializer.CanRead(XmlReader).) |
![]() | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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 | When overridden in a derived class, reads a custom element. (Inherited from WSTrustRequestSerializer.) |
![]() | ReadXml | Deserializes the RST from an XmlReader object to a RequestSecurityToken object. (Overrides WSTrustRequestSerializer.ReadXml(XmlReader, WSTrustSerializationContext).) |
![]() | ReadXmlElement | Reads a child element inside the RST. Override of the base class method. (Overrides WSTrustRequestSerializer.ReadXmlElement(XmlReader, RequestSecurityToken, WSTrustSerializationContext).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate | Validates the RequestSecurityToken object that has been deserialized. (Inherited from WSTrustRequestSerializer.) |
![]() | WriteKnownRequestElement | Writes the supported elements on the RequestSecurityToken object to the stream. (Overrides WSTrustRequestSerializer.WriteKnownRequestElement(RequestSecurityToken, XmlWriter, WSTrustSerializationContext).) |
![]() | WriteXml | Serializes the specified RequestSecurityToken object into the XmlWriter object. (Overrides WSTrustRequestSerializer.WriteXml(RequestSecurityToken, XmlWriter, WSTrustSerializationContext).) |
![]() | WriteXmlElement | Writes the specified RST parameter to the outgoing stream. Override of the base class method. (Overrides WSTrustRequestSerializer.WriteXmlElement(XmlWriter, String, Object, RequestSecurityToken, WSTrustSerializationContext).) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
