Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage
base class for authentication protocol messages.
Gets or sets the issuer address.
Gets the message parameters as a Dictionary.
Gets or sets the title used when constructing the post string.
Gets the script used when constructing the post string.
Gets or sets the script button text used when constructing the post string.
Gets or sets the text used when constructing the post string that will be displayed to used if script is disabled.
protected AuthenticationProtocolMessage()
Initializes a default instance of the AuthenticationProtocolMessage class.
Builds a form post using the current IssuerAddress and the parameters that have been set.
Builds a URL using the current IssuerAddress and the parameters that have been set.
Returns a parameter.
Removes a parameter.
Sets a parameter to the Parameters Dictionary.
Sets a collection parameters.