SamlSecurityTokenHandler.CreateXmlStringFromAttributes Método

Definición

Compila una cadena con formato XML de una colección de atributos SAML 1.1 que representan el 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

Parámetros

attributes
IEnumerable<SamlAttribute>

Una enumeración de tipo SamlAttribute que contiene los atributos.

Devoluciones

Una cadena de XML correcta construida utilizando los atributos.

Comentarios

La cadena tiene el formato "<Nombre del atributo de actor><, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"

Se aplica a