SamlEvidence.Assertions 屬性

定義

取得 SAML 判斷提示的集合,該 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 屬性會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 <saml:Assertion> 項目。

適用於