SamlSecurityTokenHandler.CreateXmlStringFromAttributes 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.
Génère une chaîne au format XML à partir d’une collection d’attributs SAML 1.1 qui représentent l’acteur.
protected:
virtual System::String ^ CreateXmlStringFromAttributes(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes);
protected virtual string CreateXmlStringFromAttributes (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlAttribute> attributes);
abstract member CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.SamlAttribute> -> string
override this.CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.SamlAttribute> -> string
Protected Overridable Function CreateXmlStringFromAttributes (attributes As IEnumerable(Of SamlAttribute)) As String
Paramètres
- attributes
- IEnumerable<SamlAttribute>
Énumération de type SamlAttribute qui contient les attributs.
Retours
Une chaîne XML de forme correcte construite à l'aide des attributs.
Remarques
La chaîne se présente sous la forme «< Nom de l’attribut d’acteur><, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"