ProcessModelSection.ComAuthenticationLevel プロパティ
アセンブリ: System.Web (system.web.dll 内)
 構文
構文Dim instance As ProcessModelSection Dim value As ProcessModelComAuthenticationLevel value = instance.ComAuthenticationLevel instance.ComAuthenticationLevel = value
public: property ProcessModelComAuthenticationLevel ComAuthenticationLevel { ProcessModelComAuthenticationLevel get (); void set (ProcessModelComAuthenticationLevel value); }
/** @property */ public ProcessModelComAuthenticationLevel get_ComAuthenticationLevel () /** @property */ public void set_ComAuthenticationLevel (ProcessModelComAuthenticationLevel value)
public function get ComAuthenticationLevel () : ProcessModelComAuthenticationLevel public function set ComAuthenticationLevel (value : ProcessModelComAuthenticationLevel)
ProcessModelComAuthenticationLevel 値の 1 つ。既定値は Connect です。
 解説
解説このプロパティ値が Default に設定されると、DCOM は通常のセキュリティ ネゴシエーション アルゴリズムを使用して認証レベルを判断します。このプロパティに割り当てられている既定値は Connect で、Machine.config ファイルに指定されています。この場合、DCOM は、クライアントがサーバーとの関係を確立したときにだけ、クライアントの資格情報を認証します。
 使用例
使用例ComAuthenticationLevel プロパティへのアクセス方法を次のコード例に示します。
' Get the current ComAuthenticationLevel property value. Dim comAuthLevel _ As ProcessModelComAuthenticationLevel = _ processModelSection.ComAuthenticationLevel ' Set the ComAuthenticationLevel property to ' ProcessModelComAuthenticationLevel.Call. processModelSection.ComAuthenticationLevel = _ ProcessModelComAuthenticationLevel.Call
// Get the current ComAuthenticationLevel property value. ProcessModelComAuthenticationLevel comAuthLevel = processModelSection.ComAuthenticationLevel; // Set the ComAuthenticationLevel property to // ProcessModelComAuthenticationLevel.Call. processModelSection.ComAuthenticationLevel = ProcessModelComAuthenticationLevel.Call;
 プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- ProcessModelSection.ComAuthenticationLevel プロパティのページへのリンク

 
                             
                    


