Partager via


Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Méthode

Définition

Génère une chaîne au format XML à partir d'une collection d'attributs SAML 2.0 qui représentent l'acteur.

protected:
 virtual System::String ^ CreateXmlStringFromAttributes(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::Saml2Attribute ^> ^ attributes);
protected virtual string CreateXmlStringFromAttributes (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.Saml2Attribute> attributes);
abstract member CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.Saml2Attribute> -> string
override this.CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.Saml2Attribute> -> string
Protected Overridable Function CreateXmlStringFromAttributes (attributes As IEnumerable(Of Saml2Attribute)) As String

Paramètres

attributes
IEnumerable<Saml2Attribute>

Énumération de type Saml2Attribute 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 à