Saml2SecurityTokenHandler.ReadSubjectId(XmlReader, String) 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.
Cette méthode gère la construction utilisée dans les éléments <Subject> et <SubjectConfirmation> pour l’ID.
protected:
virtual System::IdentityModel::Tokens::Saml2NameIdentifier ^ ReadSubjectId(System::Xml::XmlReader ^ reader, System::String ^ parentElement);
protected virtual System.IdentityModel.Tokens.Saml2NameIdentifier ReadSubjectId (System.Xml.XmlReader reader, string parentElement);
abstract member ReadSubjectId : System.Xml.XmlReader * string -> System.IdentityModel.Tokens.Saml2NameIdentifier
override this.ReadSubjectId : System.Xml.XmlReader * string -> System.IdentityModel.Tokens.Saml2NameIdentifier
Protected Overridable Function ReadSubjectId (reader As XmlReader, parentElement As String) As Saml2NameIdentifier
Paramètres
- parentElement
- String
Élément parent qui contient cet ID d'objet.
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.