WebRequestHandler.AuthenticationLevel プロパティ

定義

この要求に使用される認証と偽装のレベルを示す値を取得または設定します。

public:
 property System::Net::Security::AuthenticationLevel AuthenticationLevel { System::Net::Security::AuthenticationLevel get(); void set(System::Net::Security::AuthenticationLevel value); };
public System.Net.Security.AuthenticationLevel AuthenticationLevel { get; set; }
member this.AuthenticationLevel : System.Net.Security.AuthenticationLevel with get, set
Public Property AuthenticationLevel As AuthenticationLevel

プロパティ値

AuthenticationLevel値のビットごとの組み合わせ。 既定値は MutualAuthRequested です。

注釈

相互認証では、クライアントとサーバーの両方が資格情報を提示して ID を確立します。 MutualAuthRequiredMutualAuthRequestedの値は、Kerberos 認証に関連します。 Kerberos 認証は直接サポートすることも、ネゴシエート セキュリティ プロトコルを使用して実際のセキュリティ プロトコルを選択する場合にも使用できます。 認証プロトコルの詳細については、「 インターネット認証」を参照してください。

適用対象