次の方法で共有


SamlAttributeStatement.Attributes プロパティ

定義

SAML アサーションのサブジェクトに関連付けられている属性のコレクションを取得します。

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAttribute ^> ^ Attributes { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAttribute ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAttribute> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAttribute>
Public ReadOnly Property Attributes As IList(Of SamlAttribute)

プロパティ値

サブジェクトに関連付けられた属性セットを含む IList<T> 型の SamlAttribute

注釈

SamlAttribute には、複数の属性値が含まれることがあります。

Attributes コレクションの各メンバーは、OASIS SAML 仕様のアサーションおよびプロトコルで定義されている <saml:Attribute> 要素に対応します。

適用対象