Partager via


SamlSecurityTokenHandler.CreateXmlStringFromAttributes Méthode

Définition

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>"

S’applique à