Saml2Evidence Class

Definition

Represents the Evidence element specified in [Saml2Core, 2.7.4.3]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf

public class Saml2Evidence
type Saml2Evidence = class
Public Class Saml2Evidence
Inheritance
Saml2Evidence

Remarks

Contains one or more assertions or assertion references that the SAML authority relied on in issuing the authorization decision. [Saml2Core, 2.7.4.3]

Constructors

Saml2Evidence()

Initializes a new instance of Saml2Evidence class.

Saml2Evidence(Saml2Assertion)

Initializes a new instance of Saml2Evidence class from a Saml2Assertion.

Saml2Evidence(Saml2Id)

Initializes a new instance of Saml2Evidence class from a Saml2Id.

Saml2Evidence(Uri)

Initializes a new instance of Saml2Evidence class from a Uri.

Properties

AssertionIdReferences

Gets a collection of Saml2Id for use by the Saml2Evidence.

Assertions

Gets a collection of Saml2Assertion for use by the Saml2Evidence.

AssertionUriReferences

Gets a collection of Uri for use by the Saml2Evidence.

Applies to