Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Método

Definição

Constrói uma cadeia formatada em XML a partir de uma coleção de atributos 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 de tipo Saml2Attribute que contém os atributos.

Devoluções

Uma string XML bem formada construída usando os atributos.

Observações

A cadeia é da forma "<Actor><Attribute name, ns><AttributeValue>...</ValorAtributo>, ...</Atributo>...</Ator>"

Aplica-se a