WebRequestHandler.AuthenticationLevel プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この要求で使用される認証レベルおよび偽装レベルを示す値を取得または設定します。
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 です。
注釈
相互認証では、クライアントとサーバーの両方が、それらの身元を証明する資格情報を提供します。 MutualAuthRequired と MutualAuthRequested は、Kerberos 認証に関連する値です。 Kerberos 認証は、直接サポートすることも、Negotiate セキュリティ プロトコルを使用して実際のセキュリティ プロトコルを選択する場合に使用することもできます。 認証プロトコルの詳細については、「 インターネット認証」を参照してください。