RsaSecurityTokenHandler.CanReadToken(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.
Indicates whether the current XML element can be read as a RsaSecurityToken.
public:
override bool CanReadToken(System::Xml::XmlReader ^ reader);
public override bool CanReadToken (System.Xml.XmlReader reader);
override this.CanReadToken : System.Xml.XmlReader -> bool
Public Overrides Function CanReadToken (reader As XmlReader) As Boolean
Parameters
- reader
- XmlReader
An XML reader positioned at a start element. The reader should not be advanced.
Returns
true
if the reader is pointing to a RsaSecurityToken; otherwise, false
.
Exceptions
reader
is null
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.