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。

适用于