Saml2SubjectConfirmationData 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 SubjectConfirmationData element and the associated KeyInfoConfirmationDataType defined in [Saml2Core, 2.4.1.2-2.4.1.3].
public ref class Saml2SubjectConfirmationData
public class Saml2SubjectConfirmationData
type Saml2SubjectConfirmationData = class
Public Class Saml2SubjectConfirmationData
- Inheritance
-
Saml2SubjectConfirmationData
Remarks
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.
Constructors
Saml2SubjectConfirmationData() |
Initializes a new instance of the Saml2SubjectConfirmationData class. |
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 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] |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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) |