Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Método

Definição

Cria uma cadeia de caracteres com formatação XML com base em uma coleção de atributos de SAML 2.0 que representam o Ator.

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>

Uma enumeração do tipo Saml2Attribute que contém os atributos.

Retornos

Uma cadeia de caracteres XML bem formada, construída com o uso dos atributos.

Comentários

A cadeia de caracteres é do formato "<Actor><Attribute name, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"

Aplica-se a