Saml2SubjectConfirmationData Class

Definition

Represents the SubjectConfirmationData element and the associated KeyInfoConfirmationDataType defined in [Saml2Core, 2.4.1.2-2.4.1.3].

public class Saml2SubjectConfirmationData
type Saml2SubjectConfirmationData = class
Public Class Saml2SubjectConfirmationData
Inheritance
Saml2SubjectConfirmationData

Constructors

Saml2SubjectConfirmationData()

Initializes an instance of Saml2SubjectConfirmationData.

Properties

Address

Gets or sets the network address/location from which an attesting entity can present the assertion. [Saml2Core, 2.4.1.2]

InResponseTo

Gets or sets the Saml2Id of a SAML protocol message in response to which an attesting entity can present the assertion. [Saml2Core, 2.4.1.2]

KeyInfos

Gets a collection of SecurityKey which can be used to authenticate an attesting entity. [Saml2Core, 2.4.1.3]

NotBefore

Gets or sets a time instant before which the subject cannot be confirmed. If the provided DateTime is not in UTC, it will be converted to UTC.[Saml2Core, 2.4.1.2]

NotOnOrAfter

Gets or sets a time instant at which the subject can no longer be confirmed. If the provided DateTime is not in UTC, it will be converted to UTC. [Saml2Core, 2.4.1.2]

Recipient

Gets or sets a URI specifying the entity or location to which an attesting entity can present the assertion. [Saml2Core, 2.4.1.2]

Applies to