Sdílet prostřednictvím


SamlAdvice.AssertionIdReferences Vlastnost

Definice

Získá kolekci odkazů na kontrolní výrazy 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)

Hodnota vlastnosti

Typ IList<T>String obsahující kolekci odkazů na kontrolní výrazy SAML, které poskytují další informace o kontrolním výrazu SAML.

Poznámky

Vlastnost AssertionIdReferences odpovídá podřízeného <saml:AssertionIDReference> prvku elementu <saml:Advice> , který je definován v Kontrolní výrazy a protokol pro specifikaci OASIS SAML 1.1.

Pokud je truehodnota IsReadOnly vlastnosti , kolekce vrácená AssertionIdReferences vlastností je jen pro čtení.

Platí pro