SessionSecurityTokenHandler.CanReadToken(XmlReader) Method

Definition

Returns a value that indicates whether the reader is positioned at a <wsc:SecurityContextToken> element.

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

Parameters

reader
XmlReader

The XmlReader over the incoming SecurityToken. The reader should be positioned at a <wsc:SecurityContextToken> element.

Returns

true if the reader points to a <wsc:SecurityContextToken> element; otherwise, false.

Exceptions

reader is null.

Applies to