SAMLLogoutRequest Type
Represents SAML LogoutRequest element.
Remarks
This type is a container for SAML LogoutRequest element.
Fields
NameID String |
Contains the value of the NameID parameter. Use this property to access or set the value of the NameID parameter of the request. |
NotOnOrAfter String |
Contains the value of the NotOnOrAfter parameter. Use this property to access or set the value of the NotOnOrAfter parameter. |
Reason String |
Contains the value of the Reason parameter. Use this property to read or set the value of the Reason parameter. |
SessionIndexes String |
Contains the list of session indices. Use this property to access or set the list of session indices, as a CRLF-separated list of strings. |
Constructors
constructor Create();
Creates a new SAMLLogoutRequest object.