SAMLResponse Type
Represents a SAML response.
Remarks
This is a container for SAML response parameters.
Fields
NameID String |
Contains the NameID parameter of a NameIDMapping response. Use this property to read or set the NameID parameter of the NameIDMapping response. |
OptionalElement String |
An optional message element to be returned with the response. Use this property to access or set the optional XML element returned with the response. |
ResponseType TsbxSAMLResponseTypes |
Contains the type of the response. Use this property to get or set the type of the SAML response. |
StatusCodeSubValue String |
The value of the nested StatusCode. This property contains the value of the nested StatusCode element. |
StatusCodeValue String |
Contains the status code value. Use this property to read or set one of the status codes defined by SAML specification, such as 'urn:oasis:names:tc:SAML:2.0:status:Success' or 'urn:oasis:names:tc:SAML:2.0:status:Requester'. |
StatusDetail String |
Contains additional information on the status of the request. The StatusDetail element contains additional request status information. |
StatusMessage String |
Contains a status message (optional). This property specifies the status message which may, optionally, be returned to an operator. |
Constructors
constructor Create();
Creates a new SAMLResponse object.