Saml2SecurityTokenHandler.CanReadKeyIdentifierClause(XmlReader) Method

Definition

Indicates if the current XML element is pointing to a key identifier clause that can be serialized by this instance.

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

Parameters

reader
XmlReader

An XML reader positioned at the start element.

Returns

true if the ReadKeyIdentifierClause(XmlReader) method can read the element; otherwise, false.

Applies to