Saml2SecurityTokenHandler.ReadNameId(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.
Lit l’élément <saml:NameID>.
protected:
virtual System::IdentityModel::Tokens::Saml2NameIdentifier ^ ReadNameId(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2NameIdentifier ReadNameId (System.Xml.XmlReader reader);
abstract member ReadNameId : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
override this.ReadNameId : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2NameIdentifier
Protected Overridable Function ReadNameId (reader As XmlReader) As Saml2NameIdentifier
Paramètres
Retours
Saml2NameIdentifier qui représente l'élément NameID qui a été lu.
Exceptions
reader a la valeur null.