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 です。

注釈

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

適用対象