Bagikan melalui


Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Metode

Definisi

Menyusun string berformat XML dari kumpulan atribut SAML 2.0 yang mewakili 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

Parameter

attributes
IEnumerable<Saml2Attribute>

Enumerasi jenis Saml2Attribute yang berisi atribut .

Mengembalikan

String XML yang terbentuk dengan baik yang dibangun menggunakan atribut .

Keterangan

String berbentuk "<Nama Atribut Aktor><, ns><AttributeValue>...</AttributeValue>, ...</Atribut>...</Actor>"

Berlaku untuk