Sdílet prostřednictvím


SamlEvidence.AssertionIdReferences Vlastnost

Definice

Získá kolekci identifikátorů pro kontrolní výrazy SAML, které určují důkaz, že autorita SAML se spoléhala na vykreslení rozhodnutí autorizace.

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í identifikátory kontrolních výrazů SAML, které určují důkazy, na které se autorita SAML spoléhala při vykreslení rozhodnutí o autorizaci.

Poznámky

Vlastnost AssertionIdReferences odpovídá elementu <saml:AssertionIDReference> , který je definován v Assertions and Protocol pro specifikaci OASIS Security Assertion Markup Language (SAML).

Platí pro