Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Metoda

Definicja

Tworzy ciąg sformatowany w formacie XML z kolekcji atrybutów SAML 2.0 reprezentujących aktora.

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

Parametry

attributes
IEnumerable<Saml2Attribute>

Wyliczenie typu Saml2Attribute zawierającego atrybuty.

Zwraca

Dobrze sformułowany ciąg XML skonstruowany przy użyciu atrybutów.

Uwagi

Ciąg ma postać "<Nazwa atrybutu aktora><, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"

Dotyczy