WebRequestHandler.ImpersonationLevel プロパティ

定義

現在の要求に対する偽装レベルを取得または設定します。

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

プロパティ値

TokenImpersonationLevel

要求の偽装レベル。 既定値は、Delegation です。

注釈

偽装レベルによって、サーバーがクライアントの資格情報をどのように使用できるかが決まります。

適用対象