WSTrustFeb2005ResponseSerializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |