次の方法で共有


Saml2AttributeStatement.Attributes プロパティ

定義

属性ステートメントに格納されている属性のコレクションの数を取得します。 これらの属性は、アサーションのサブジェクトに関連付けられます。 [Saml2Core, 2.7.3]

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

プロパティ値

ステートメントに属性を含む型 Saml2Attribute のコレクション。

注釈

コレクションには、AttributeStatement 要素に含まれる Attribute 要素が含まれています。

適用対象