SamlAdvice.AssertionIdReferences 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 SAML 判斷提示參考的集合。
public:
property System::Collections::Generic::IList<System::String ^> ^ AssertionIdReferences { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AssertionIdReferences { get; }
member this.AssertionIdReferences : System.Collections.Generic.IList<string>
Public ReadOnly Property AssertionIdReferences As IList(Of String)
屬性值
型別為 IList<T> 的 String,其中包含提供 SAML 判斷提示之其他資訊的 SAML 判斷提示參考集合。
備註
AssertionIdReferences 屬性會對應到 <saml:AssertionIDReference>
項目的 <saml:Advice>
子項目,該項目已定義在 Assertions and Protocol for the OASIS SAML 1.1 規格中。
當 IsReadOnly 屬性值是 true
時,AssertionIdReferences 屬性傳回的集合就會是唯讀的。