AuthenticationProtocolMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
base class for authentication protocol messages.
public abstract class AuthenticationProtocolMessage
type AuthenticationProtocolMessage = class
Public MustInherit Class AuthenticationProtocolMessage
- Inheritance
-
AuthenticationProtocolMessage
- Derived
Constructors
AuthenticationProtocolMessage() |
Initializes a default instance of the AuthenticationProtocolMessage class. |
Properties
IssuerAddress |
Gets or sets the issuer address. |
Parameters |
Gets the message parameters as a Dictionary. |
PostTitle |
Gets or sets the title used when constructing the post string. |
Script |
Gets the script used when constructing the post string. |
ScriptButtonText |
Gets or sets the script button text used when constructing the post string. |
ScriptDisabledText |
Gets or sets the text used when constructing the post string that will be displayed to used if script is disabled. |
Methods
BuildFormPost() |
Builds a form post using the current IssuerAddress and the parameters that have been set. |
BuildRedirectUrl() |
Builds a URL using the current IssuerAddress and the parameters that have been set. |
GetParameter(String) |
Returns a parameter. |
RemoveParameter(String) |
Removes a parameter. |
SetParameter(String, String) |
Sets a parameter to the Parameters Dictionary. |
SetParameters(NameValueCollection) |
Sets a collection parameters. |