次の方法で共有


HttpDigestClientElement.ImpersonationLevel プロパティ

定義

クライアントがサーバーと通信するために使用する偽装設定を取得または設定します。

public:
 property System::Security::Principal::TokenImpersonationLevel ImpersonationLevel { System::Security::Principal::TokenImpersonationLevel get(); void set(System::Security::Principal::TokenImpersonationLevel value); };
[System.Configuration.ConfigurationProperty("impersonationLevel", DefaultValue=System.Security.Principal.TokenImpersonationLevel.Identification)]
public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get; set; }
[<System.Configuration.ConfigurationProperty("impersonationLevel", DefaultValue=System.Security.Principal.TokenImpersonationLevel.Identification)>]
member this.ImpersonationLevel : System.Security.Principal.TokenImpersonationLevel with get, set
Public Property ImpersonationLevel As TokenImpersonationLevel

プロパティ値

TokenImpersonationLevel

有効な TokenImpersonationLevel 値。 既定値は、Identification です。

属性

注釈

クライアントが選択する偽装モードは、サーバーでは適用されません。

適用対象