SAMLPOSTBinding Type
Contains the details of the POST binding.
Remarks
This type provides access to properties of POST binding.
Fields
Body String |
Contains the form body. Use this property to read or set the body of the form returned by the service provider. |
FormTemplate String |
Contains the XHTML form template returned by the service provider. Use this property to access or set the template of a POST form provided by the service provider. |
Mode TsbxSAMLPOSTBindingModes |
Specifies whether binding is applied on a server, or on a client side. Use this property to specify whether binding is used on the server or client side of the communication. The default value is cspmClient. |
RelayState String |
Contains the value of the RelayState parameter of POST binding mechanism. Use this property to read or set the value of the RelayState parameter of the POST binding. RelayState contains an uninterpreted service-provider-originating state object, which should be passed back to it with any further requests. |
URL String |
Contains the URL of POST binding mechanism. Use this property to check or set the URL of POST binding mechanism. |
Constructors
constructor Create();
Creates a new SAMLPOSTBinding object.