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