Saml2Assertion.Statements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含与此声明中主题有关的声明的集合。
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 类型的集合,其中包含此断言的语句。
注解
此集合中的元素可以是类型 Saml2AttributeStatement、 Saml2AuthenticationStatement、 和/或 Saml2AuthorizationDecisionStatement 来表示以下每个 SAML 元素:AttributeStatement、AuthnStatement 和 AuthzDecisionStatement。