SimpleWebSecurityTokenSerializer.CanReadKeyIdentifierCore(XmlReader) Method

Definition

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

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

Parameters

reader
XmlReader

An XmlReader to read the key identifier.

Returns

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

Applies to