次の方法で共有


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

適用対象