次の方法で共有


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>"

適用対象