SamlEvidence.AssertionIdReferences Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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).