SamlEvidence Class
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.
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>, 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. |
Properties
AssertionIDReferences |
Gets a collection of ICollection<T>. |
Assertions |
Gets a collection of ICollection<T> for use by the SamlEvidence. |