SamlAssertion.Statements プロパティ

定義

SAML アサーションに関連する SAML ステートメントのセットを取得します。

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

プロパティ値

SAML アサーションに関連付けられた SAML ステートメントを含む IList<T> 型の SamlStatement

注釈

SamlAssertion を使用して、SAML アサーションに関連する SAML ステートメントを設定します。または、IsReadOnly プロパティが false の場合は、このプロパティによって返されたコレクションに直接追加します。

OASIS SAML 仕様のアサーションとプロトコルに定義されている SAML ステートメントの 3 つの種類とそれぞれに対応する型を次の表に示します。

ステートメントの種類 CLR 型
認証 SamlAuthenticationStatement
属性 SamlAttributeStatement
承認決定 SamlAuthorizationDecisionStatement
拡張スキーマで定義されたステートメント SamlStatement
拡張スキーマで定義されたサブジェクト ステートメント SamlSubjectStatement

適用対象