Sdílet prostřednictvím


SamlSecurityTokenHandler.CreateXmlStringFromAttributes Metoda

Definice

Vytvoří formátovaný řetězec XML z kolekce atributů SAML 1.1, které představují objekt Actor.

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>

Výčet typu SamlAttribute , který obsahuje atributy.

Návraty

Řetězec XML ve správném formátu vytvořený pomocí atributů.

Poznámky

Řetězec je ve tvaru Název< atributu objektu actor><, ns><AttributeValue>...</AttributeValue>, ...</Atribut>...</Actor>"

Platí pro