AuthenticationProtocolMessage Class

Definition

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.

Applies to