Freigeben über


SamlSecurityTokenHandler.CreateXmlStringFromAttributes Methode

Definition

Erstellt eine XML-formatierte Zeichenfolge aus einer Auflistung von SAML 1.1 Attributen, die den Akteur darstellen.

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

Parameter

attributes
IEnumerable<SamlAttribute>

Eine Enumeration vom Typ SamlAttribute, die die Attribute enthält.

Gibt zurück

Eine wohl geformte XML-Zeichenfolge erstellt mithilfe von Attributen.

Hinweise

Die Zeichenfolge hat die Form "<Actor><Attribute name, ns><AttributeValue>...</AttributeValue>, ...</Attribut>...</Actor>"

Gilt für: