Aracılığıyla paylaş


SamlSecurityTokenHandler.CreateXmlStringFromAttributes Yöntem

Tanım

Aktör'leri temsil eden SAML 1.1 öznitelikleri koleksiyonundan XML biçimli bir dize oluşturur.

protected:
 virtual System::String ^ CreateXmlStringFromAttributes(System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes);
protected virtual string CreateXmlStringFromAttributes (System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlAttribute> attributes);
abstract member CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.SamlAttribute> -> string
override this.CreateXmlStringFromAttributes : seq<System.IdentityModel.Tokens.SamlAttribute> -> string
Protected Overridable Function CreateXmlStringFromAttributes (attributes As IEnumerable(Of SamlAttribute)) As String

Parametreler

attributes
IEnumerable<SamlAttribute>

Öznitelikleri içeren tür SamlAttribute sabit listesi.

Döndürülenler

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

Açıklamalar

Dize , "<Actor><Attribute name, ns><AttributeValue>... biçimindedir.</AttributeValue>, ...</Attribute>...</Actor>"

Şunlara uygulanır