Saml2SecurityTokenHandler.ReadNameIdType(XmlReader) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
<Issuer> et <NameID> sont tous les deux de type NameIDType. Cette méthode lit le contenu d'un de ces éléments.
protected:
virtual System::IdentityModel::Tokens::Saml2NameIdentifier ^ ReadNameIdType(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2NameIdentifier ReadNameIdType (System.Xml.XmlReader reader);
abstract member ReadNameIdType : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
override this.ReadNameIdType : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
Protected Overridable Function ReadNameIdType (reader As XmlReader) As Saml2NameIdentifier
Paramètres
Retours
Saml2NameIdentifier construit à partir de XML.
Exceptions
reader
a la valeur null
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.