Class for deserializing a WSTrust 1.3 RequestSecurityToken from an XmlReader

The following tables list the members exposed by the WSTrust13RequestSerializer type.

Public Constructors

  Name Description
WSTrust13RequestSerializer  
Top

Public Methods (see also Protected Methods)

  Name Description
public method CanRead Overridden. Checks if the given reader is positioned at a RequestSecurityToken element with namespace 'http://docs.oasis-open.org/ws-sx/ws-trust/200512'
public method CreateRequestSecurityToken  Creates an instance of the RequestSecurityToken object that this class can Serialize or Deserialize. (Inherited from WSTrustRequestSerializer)
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ReadXml Overridden. Deserializes the RST from the XmlReader to a RequestSecurityToken object.
public method ReadXmlElement Overridden.  
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
public method Validate  (Inherited from WSTrustRequestSerializer)
public method WriteKnownRequestElement Overridden.  
public method WriteXml Overridden.  
public method WriteXmlElement Overridden.  
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ReadCustomElement  (Inherited from WSTrustRequestSerializer)
protected method ReadSecondaryParameters Special case for reading SecondaryParameters inside a WS-Trust 1.3 RST. The specification states that a SecondaryParameters element cannot be inside a SecondaryParameters element. Override this method to provide custom processing.
Top

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.