SamlEvidence.Assertions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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>
元素。