Share via


SamlEvidence Class

Definition

Represents the Evidence element specified in [Saml, 2.4.5.2].

public class SamlEvidence
type SamlEvidence = class
Public Class SamlEvidence
Inheritance
SamlEvidence

Remarks

Contains one or more assertions or assertion references that the SAML authority relied on in issuing the authorization decision.

Constructors

SamlEvidence(IEnumerable<SamlAssertion>)

Initializes a new instance of SamlEvidence class from a SamlAssertion.

SamlEvidence(IEnumerable<String>)

Initializes a new instance of SamlEvidence class from a SamlAssertion.

SamlEvidence(IEnumerable<String>, IEnumerable<SamlAssertion>)

Initializes a new instance of SamlEvidence class from a SamlAssertion.

Properties

AssertionIDReferences

Gets a collection of ICollection<T>.

Assertions

Gets a collection of ICollection<T> for use by the SamlEvidence.

Applies to