Sdílet prostřednictvím


SamlAdvice.Assertions Vlastnost

Definice

Získá kolekci kontrolních výrazů SAML.

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 IList<T>SamlAssertion obsahující kontrolní výrazy SAML, který poskytuje další informace o kontrolním výrazu SAML.

Poznámky

Vlastnost AssertionIdReferences odpovídá podřízeného <saml:Assertion> prvku elementu <saml:Advice> , který je definován v Assertions a Protocol specifikace OASIS SAML 1.1.

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

Platí pro