SimpleWebSecurityTokenSerializer.CanReadKeyIdentifierClauseCore Method

Definition

Determines whether this serializer can read the <KeyIdentifier> element referred by the specified XML reader.

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

Parameters

reader
XmlReader

An XmlReader to read the key identifier clause.

Returns

true when the specified <KeyIdentifier> element can be read; otherwise, false.

Applies to