Saml2SecurityTokenHandler.CreateXmlStringFromAttributes Yöntem

Tanım

Actor'i temsil eden SAML 2.0 öznitelikleri koleksiyonundan XML biçimli bir dize oluşturur.

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

Parametreler

attributes
IEnumerable<Saml2Attribute>

Öznitelikleri içeren türün Saml2Attribute numaralandırması.

Döndürülenler

Öznitelikler kullanılarak oluşturulmuş iyi biçimlendirilmiş bir XML dizesi.

Açıklamalar

Dize şu biçimdedir: "<Aktör><Özniteliği adı, ns><AttributeValue>...</AttributeValue>, ...</Attribute>...</Actor>"

Şunlara uygulanır