X509SecurityTokenHandler.CanReadKeyIdentifierClause(XmlReader) 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.
Returns a value that indicates whether the specified reader is referring to an <ds:X509Data>
element.
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 of the key identifier clause.
Returns
true
if the reader is referring to an <ds:X509Data>
element; otherwise, false
.
Exceptions
reader
is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.