WSTrust13RequestSerializer 成员

Class for deserializing a WSTrust 1.3 RequestSecurityToken from an XmlReader

下表列出了 WSTrust13RequestSerializer 类型公开的成员。

Public 构造函数

  名称 说明
  WSTrust13RequestSerializer  

页首

Public 方法

(另请参阅 Protected 方法)

  名称 说明
public method CanRead 重写。 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. (从 WSTrustRequestSerializer 继承)
public method Equals  已重载。 (从 Object 继承)
public method GetHashCode  (从 Object 继承)
public method GetType  (从 Object 继承)
public method ReadXml 重写。 Deserializes the RST from the XmlReader to a RequestSecurityToken object.
public method ReadXmlElement 重写。  
public methodstatic ReferenceEquals  (从 Object 继承)
public method ToString  (从 Object 继承)
public method Validate  (从 WSTrustRequestSerializer 继承)
public method WriteKnownRequestElement 重写。  
public method WriteXml 重写。  
public method WriteXmlElement 重写。  

页首

Protected 方法

  名称 说明
protected method Finalize  (从 Object 继承)
protected method MemberwiseClone  (从 Object 继承)
protected method ReadCustomElement  (从 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.

页首

请参见

参考

WSTrust13RequestSerializer 类
Microsoft.IdentityModel.Protocols.WSTrust 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。