言語

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 値。 既定値は Identification です。

属性

注釈

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

適用対象