共用方式為


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 屬性會對應到 <saml:Assertion> 項目的 <saml:Advice> 子項目,該項目已定義在 Assertions and Protocol for the OASIS SAML 1.1 規格中。

IsReadOnly 屬性值是 true 時,從 Assertions 屬性傳回的集合就會是唯讀的。

適用於