SamlAdvice.Assertions 属性

定义

获取 SAML 断言的集合。

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

属性值

一个类型为 IList<T>SamlAssertion,包含提供 SAML 断言附加信息的 SAML 断言。

注解

AssertionIdReferences 属性对应于 OASIS SAML 1.1 规范的“断言和协议”中定义的 <saml:Assertion> 元素的 <saml:Advice> 子元素。

如果 IsReadOnly 属性的值为 true,则 Assertions 属性返回的集合是只读的。

适用于