SamlAttributeStatement.Attributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
要素に対応します。