Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Metodo

Definizione

Compila una stringa formattata XML da una raccolta di attributi SAML 2.0 che rappresentano un attore.

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

Parametri

attributes
IEnumerable<Saml2Attribute>

Enumerazione di tipo Saml2Attribute contenente gli attributi.

Restituisce

Stringa in formato XML corretto creata utilizzando gli attributi.

Commenti

La stringa è nel formato "<Actor><Attribute name, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"

Si applica a