SamlAdvice.Assertions Proprietà

Definizione

Ottiene una raccolta di asserzioni 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)

Valore della proprietà

IList<SamlAssertion>

Interfaccia IList<T> di tipo SamlAssertion contenente asserzioni SAML che forniscono informazioni aggiuntive per un'asserzione SAML.

Commenti

La proprietà AssertionIdReferences corrisponde all'elemento figlio <saml:Assertion> dell'elemento <saml:Advice> definito nella specifica OASIS SAML 1.1.

Quando il valore della proprietà IsReadOnly è true, la raccolta restituita dalla proprietà Assertions è di sola lettura.

Si applica a