共用方式為


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 型別的集合,其中包含這個判斷提示的陳述式。

備註

這個集合中的元素可以是 類型 Saml2AttributeStatementSaml2AuthenticationStatement、 和/或 Saml2AuthorizationDecisionStatement ,代表下列每個SAML元素:AttributeStatement、AuthnStatement和 AuthzDecisionStatement。

適用於