Sdílet prostřednictvím


SamlEvidence.Assertions Vlastnost

Definice

Získá kolekci SAML kontrolní výrazy, které tvoří důkaz, že autorita SAML spoléhá na vykreslení rozhodnutí o autorizaci.

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)

Hodnota vlastnosti

Typ SamlAssertion obsahující IList<T> důkaz, že autorita SAML se spoléhala na vykreslení rozhodnutí o autorizaci.

Poznámky

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

Platí pro