Saml2SubjectConfirmationData Class
Represents the SubjectConfirmationData element and the associated KeyInfoConfirmationDataType defined in [Saml2Core, 2.4.1.2-2.4.1.3].
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The Saml2SubjectConfirmationData type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Saml2SubjectConfirmationData | Initializes a new instance of the Saml2SubjectConfirmationData class. |
| Name | Description | |
|---|---|---|
![]() | 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 ID of a SAML protocol message in response to which an attesting entity can present the assertion. [Saml2Core, 2.4.1.2] |
![]() | KeyIdentifiers | Gets the collection of cryptographic keys that are used in some way to authenticate an attesting entity. [Saml2Core, 2.4.1.3] |
![]() | NotBefore | Gets or sets a time instant before which the subject cannot be confirmed. [Saml2Core, 2.4.1.2] |
![]() | NotOnOrAfter | Gets or sets the time instant at which the subject can no longer be confirmed. [Saml2Core, 2.4.1.2] |
![]() | Recipient | Gets or sets a URI that specifies the entity or location to which an attesting entity can present the assertion. [Saml2Core, 2.4.1.2] |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The SubjectConfirmationData element is a subelement of the SubjectConfirmation element, which is represented by the Saml2SubjectConfirmation class.
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


