SimpleWebSecurityTokenSerializer.CanReadTokenCore(XmlReader) Method

Definition

Determines whether this serializer can read the security token pointed at by the specified XML reader.

protected override bool CanReadTokenCore (System.Xml.XmlReader reader);
override this.CanReadTokenCore : System.Xml.XmlReader -> bool
Protected Overrides Function CanReadTokenCore (reader As XmlReader) As Boolean

Parameters

reader
XmlReader

An XmlReader to read the security token.

Returns

true when the security token can be read; otherwise, false.

Applies to