SecurityKeyIdentifierClauseSerializer.CanReadKeyIdentifierClause Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, returns a value that indicates whether the element where the specified reader is positioned can be read as a key identifier clause by the handler.
public:
abstract bool CanReadKeyIdentifierClause(System::Xml::XmlReader ^ reader);
public abstract bool CanReadKeyIdentifierClause (System.Xml.XmlReader reader);
abstract member CanReadKeyIdentifierClause : System.Xml.XmlReader -> bool
Public MustOverride Function CanReadKeyIdentifierClause (reader As XmlReader) As Boolean
Parameters
- reader
- XmlReader
An XML reader positioned at the start element of the key identifier clause.
Returns
true
if the XML can be deserialized to a key identifier clause by the handler; otherwise false
.
Remarks
Checks whether the XML can be read as a SecurityKeyIdentifierClause of the Type processed by the derived handler.