次の方法で共有


Saml2Assertion.Statements プロパティ

定義

このアサーションで行われたサブジェクトに関するステートメントを含むコレクションを取得します。

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

プロパティ値

このアサーションのステートメントを格納している Saml2Statement 型のコレクション。

注釈

このコレクション内の要素には、または Saml2AuthorizationDecisionStatementSaml2AuthenticationStatementSaml2AttributeStatementを指定して、次の各 SAML 要素 (AttributeStatement、AuthnStatement、AuthzDecisionStatement) を表すことができます。

適用対象