SamlSecurityTokenHandler.CreateXmlStringFromAttributes Metodo

Definizione

Compila una stringa formattata XML da una raccolta di attributi SAML 1.1 che rappresentano l'attore.

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

Parametri

attributes
IEnumerable<SamlAttribute>

Enumerazione di tipo SamlAttribute contenente gli attributi.

Restituisce

Stringa in formato XML corretto creata utilizzando gli attributi.

Commenti

La stringa è del formato "<Nome attributo actor><, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"

Si applica a