共用方式為


Saml2SecurityTokenHandler.CreateXmlStringFromAttributes 方法

定義

從表示行動之 SAML 2.0 屬性的集合中建置 XML 格式化字串。

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

參數

attributes
IEnumerable<Saml2Attribute>

包含屬性之 Saml2Attribute 的列舉。

傳回

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

備註

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

適用於