SamlSecurityTokenHandler.CreateXmlStringFromAttributes Metoda

Definicja

Tworzy ciąg sformatowany w formacie XML z kolekcji atrybutów SAML 1.1 reprezentujących aktora.

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

Parametry

attributes
IEnumerable<SamlAttribute>

Wyliczenie typu SamlAttribute zawierającego atrybuty.

Zwraca

Dobrze sformułowany ciąg XML skonstruowany przy użyciu atrybutów.

Uwagi

Ciąg ma postać "<Nazwa atrybutu aktora><, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"

Dotyczy