SAMLSubjectConfirmation Type
Represents SAML SubjectConfirmation element.
Remarks
This type is a container for SAML SubjectConfirmating element.
Fields
DataAddress String |
Contains the address enabled for presenting assertions. Use this property to specify the network address or location from which the subject confirmation should be issued. This optional element can be used to restrict the possibilities of an attacker to steal the assertion and present it from another IP address. |
DataInResponseTo String |
The ID of the SAML message in response to which the assertion is issued. This property specifies the ID of the SAML message in response to which the assertion is issued. |
DataNotBefore String |
Time moment before which the subject cannot be confirmed. This property specifies the time before which the subject cannot be confirmed. |
DataNotOnOrAfter String |
Limits the time until which the subject can be confirmed. This property specifies the time on (or after) which the subject cannot be confirmed. |
DataRecipient String |
The URI of the entity or the location of the resource to which the assertion should be presented. This property specifies The URI of the entity or the location of the resource to which the assertion should be presented. |
DataType String |
The type of data contained in the confirmation. Use this property to read or specify the type of confirmation data included in the object. |
ID String |
The identifier of the entity which can satisfy the subject confirmation requirements. This property specifies the identifier of the entity which is expected to satisfy the subject confirmation requirements. |
Method String |
Specifies the mechanism to be used to confirm the subject. This property contains a URI reference that identifies the mechanism to be used to confirm the subject. |
Constructors
constructor Create();
Creates a new SAMLSubjectConfirmation object.