Compartir a través de


Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Método

Definición

Compila una cadena con formato XML de una colección de atributos SAML 2.0 que representan el Actor.

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

Parámetros

attributes
IEnumerable<Saml2Attribute>

Una enumeración de tipo Saml2Attribute 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