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。

适用于