WsFederationMessage クラス

定義

一般的な WsFederation メッセージ パラメーターへのアクセスを提供します。

public class WsFederationMessage : Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage
type WsFederationMessage = class
    inherit AuthenticationProtocolMessage
Public Class WsFederationMessage
Inherits AuthenticationProtocolMessage
継承

コンストラクター

名前 説明
WsFederationMessage()

WsFederationMessage クラスの新しいインスタンスを初期化します。

WsFederationMessage(IEnumerable<KeyValuePair<String,String[]>>)

WsFederationMessage クラスの新しいインスタンスを初期化します。

WsFederationMessage(WsFederationMessage)

WsFederationMessage クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
IsSignInMessage

WsFederationMessageが 'サインイン メッセージ' であるかどうかを表すブール値を取得します。

IsSignOutMessage

WsFederationMessageが 'sign-out-message' であるかどうかを表すブール値を取得します。

IssuerAddress

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

(継承元 AuthenticationProtocolMessage)
Parameters

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

(継承元 AuthenticationProtocolMessage)
PostTitle

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

(継承元 AuthenticationProtocolMessage)
Script

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

(継承元 AuthenticationProtocolMessage)
ScriptButtonText

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

(継承元 AuthenticationProtocolMessage)
ScriptDisabledText

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

(継承元 AuthenticationProtocolMessage)
Wa

'wa' を取得または設定します。

Wattr

'wr' を取得または設定します。

Wattrptr

'wattrptr' を取得または設定します。

Wauth

'wauth' を取得または設定します。

Wct

'wct' を取得または設定します。

Wctx

'wctx' を取得または設定します。

Wencoding

'wencoding' を取得または設定します。

Wfed

'wfed' を取得または設定します。

Wfresh

'wfresh' を取得または設定します。

Whr

'whr' を取得または設定します。

Wp

'wp' を取得または設定します。

Wpseudo

'wpseudo' を取得または設定します。

Wpseudoptr

'wpseudoptr' を取得または設定します。

Wreply

'wreply' を取得または設定します。

Wreq

'wreq' を取得または設定します。

Wreqptr

'wreqptr' を取得または設定します。

Wres

'wres' を取得または設定します。

Wresult

'wresult' を取得または設定します。

Wresultptr

'wresultptr' を取得または設定します。

Wtrealm

'wtrealm' を取得または設定します。

メソッド

名前 説明
BuildFormPost()

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

(継承元 AuthenticationProtocolMessage)
BuildRedirectUrl()

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

(継承元 AuthenticationProtocolMessage)
CreateSignInUrl()

この WsFederationMessageの現在の内容を使用して、'wsignin1.0' メッセージを作成します。

CreateSignOutUrl()

この WsFederationMessageの現在の内容を使用して、'wsignout1.0' メッセージを作成します。

FromQueryString(String)

クエリ文字列の内容から WsFederationMessage を作成します。

FromUri(Uri)

Uriの内容からWsFederationMessageを作成します。

GetParameter(String)

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

(継承元 AuthenticationProtocolMessage)
GetToken()

'wresult' を読み取り、埋め込みセキュリティ トークンを返します。

GetTokenUsingXmlReader()

'wresult' を読み取り、埋め込みセキュリティ トークンを返します。

RemoveParameter(String)

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

(継承元 AuthenticationProtocolMessage)
SetParameter(String, String)

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

(継承元 AuthenticationProtocolMessage)
SetParameters(NameValueCollection)

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

(継承元 AuthenticationProtocolMessage)

適用対象