Saml2Advice.Assertions 属性

定义

获取规则指定的断言的集合。

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Assertion ^> ^ Assertions { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Assertion ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Assertion> Assertions { get; }
member this.Assertions : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Assertion>
Public ReadOnly Property Assertions As Collection(Of Saml2Assertion)

属性值

包断言的 Saml2Assertion 类型的的集合。

注解

此建议元素中包含的断言元素的内容。

适用于