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。