WSTrust13RequestSerializer.CanRead(XmlReader) Method

Definition

Checks if the given reader is positioned at a RequestSecurityToken element with the namespace "http://docs.oasis-open.org/ws-sx/ws-trust/200512".

public:
 override bool CanRead(System::Xml::XmlReader ^ reader);
public override bool CanRead (System.Xml.XmlReader reader);
override this.CanRead : System.Xml.XmlReader -> bool
Public Overrides Function CanRead (reader As XmlReader) As Boolean

Parameters

reader
XmlReader

The XmlReader object from which to read.

Returns

true if the reader is positioned at a RequestSecurityToken element with namespace "http://docs.oasis-open.org/ws-sx/ws-trust/200512"; otherwise, false.

Exceptions

reader is null.

Applies to