SamlAdvice.Assertions Property

Definition

Gets a collection of ICollection<T> representating the assertions in the SamlAdvice.

public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAssertion> Assertions { get; }
member this.Assertions : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml.SamlAssertion>
Public ReadOnly Property Assertions As ICollection(Of SamlAssertion)

Property Value

Applies to