SamlAdvice.Assertions Eigenschap

Definitie

Hiermee haalt u een verzameling SAML-asserties op.

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)

Waarde van eigenschap

Een IList<T> type SamlAssertion dat SAML-asserties bevat die aanvullende informatie biedt voor een SAML-assertie.

Opmerkingen

De AssertionIdReferences eigenschap komt overeen met het <saml:Assertion> onderliggende element van het <saml:Advice> element dat is gedefinieerd in de Assertions and Protocol voor de OASIS SAML 1.1-specificatie.

Wanneer de waarde van de IsReadOnly eigenschap is, is truede verzameling die wordt geretourneerd uit de Assertions eigenschap alleen-lezen.

Van toepassing op