Share via


WSFederationAuthenticationModule.AuthenticationType プロパティ

定義

WS-Federation サインイン要求 ("wsignin1.0") で使用される wauth パラメーターの値を取得または設定します。

public:
 property System::String ^ AuthenticationType { System::String ^ get(); void set(System::String ^ value); };
public string AuthenticationType { get; set; }
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

プロパティ値

認証の種類を指定する URI。

注釈

wauth パラメーターは省略可能です。 プロパティが AuthenticationType または 空の文字列に null 設定されている場合、wauth パラメーターはサインイン要求に含まれません。

イベントのハンドラーを追加することで、各 HTTP 要求でこの設定を RedirectingToIdentityProvider オーバーライドできます。 このイベントは、モジュールが WS-Federation サインイン要求メッセージを使用してセキュリティ トークン サービス (STS) にリダイレクトする直前に発生します。 STS は、 プロパティによって Issuer 指定されます。

適用対象