Freigeben über


Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Methode

Definition

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

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

Parameter

attributes
IEnumerable<Saml2Attribute>

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

Gibt zurück

Eine wohl geformte XML-Zeichenfolge erstellt mithilfe von Attributen.

Hinweise

Die Zeichenfolge hat das Format "<Actor><Attribute name, ns><AttributeValue>...</AttributeValue>, ...</Attribut>...</Actor>"

Gilt für: