AuthenticationProtocolMessage クラス

定義

認証プロトコル メッセージの基本クラス。

public abstract class AuthenticationProtocolMessage
type AuthenticationProtocolMessage = class
Public MustInherit Class AuthenticationProtocolMessage
継承
AuthenticationProtocolMessage
派生

コンストラクター

名前 説明
AuthenticationProtocolMessage()

AuthenticationProtocolMessage クラスの既定のインスタンスを初期化します。

プロパティ

名前 説明
IssuerAddress

発行者のアドレスを取得または設定します。

Parameters

メッセージ パラメーターをディクショナリとして取得します。

PostTitle

post 文字列を構築するときに使用するタイトルを取得または設定します。

Script

post 文字列を構築するときに使用されるスクリプトを取得します。

ScriptButtonText

post 文字列の作成時に使用されるスクリプト ボタンのテキストを取得または設定します。

ScriptDisabledText

スクリプトが無効になっている場合に使用するために表示される post 文字列を構築するときに使用されるテキストを取得または設定します。

メソッド

名前 説明
BuildFormPost()

現在の IssuerAddress と設定されているパラメーターを使用して、フォームポストをビルドします。

BuildRedirectUrl()

現在の IssuerAddress と設定されているパラメーターを使用して URL を作成します。

GetParameter(String)

パラメーターを返します。

RemoveParameter(String)

パラメーターを削除します。

SetParameter(String, String)

パラメーターをパラメーター ディクショナリに設定します。

SetParameters(NameValueCollection)

コレクション パラメーターを設定します。

適用対象