SamlEvidence.Assertions 属性

定义

获取 SAML 断言的集合,这些断言包含 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 授权机构呈现授权决定时所依赖的证据。

注解

AssertionIdReferences 属性对应于在 OASIS 安全断言标记语言 (SAML) 断言和协议规范中定义的 <saml:Assertion> 元素。

适用于