WebRequest.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

TokenImpersonationLevel 値。

注釈

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

適用対象