共用方式為


SamlSecurityTokenHandler.CreateXmlStringFromAttributes 方法

定義

從表示動作項目之 SAML 1.1 屬性的集合中建置 XML 格式化字串。

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

參數

attributes
IEnumerable<SamlAttribute>

包含屬性之 SamlAttribute 的列舉。

傳回

使用屬性所建構之語式正確的 XML 字串。

備註

字串的格式為 「<Actor Attribute name, ns><AttributeValue...<><>/AttributeValue>, ...</Attribute>...</Actor>”

適用於