Saml2Evidence.Assertions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of Saml2Assertion for use by the Saml2Evidence.
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Assertion> Assertions { get; }
member this.Assertions : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2Assertion>
Public ReadOnly Property Assertions As ICollection(Of Saml2Assertion)