ProcessModelComAuthenticationLevel 列挙体とは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ProcessModelComAuthenticationLevel 列挙体の意味・解説 

ProcessModelComAuthenticationLevel 列挙体

メモ : この列挙体は、.NET Framework version 2.0新しく追加されたものです。

DCOM セキュリティ認証レベル指定します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Enumeration ProcessModelComAuthenticationLevel
Dim instance As ProcessModelComAuthenticationLevel
public enum ProcessModelComAuthenticationLevel
public enum class ProcessModelComAuthenticationLevel
public enum ProcessModelComAuthenticationLevel
public enum ProcessModelComAuthenticationLevel
メンバメンバ
 メンバ説明
CallDCOMクライアント資格情報認証することを指定します。このフィールド定数です。 

サーバーが各リモート プロシージャ コール開始時に要求受信したときに、DCOMクライアント資格情報認証します。

ConnectDCOMクライアント資格情報認証することを指定します。このフィールド定数です。 

DCOM は、クライアントサーバーとの関係を確立したときだけクライアント資格情報認証します。

これは既定値です。

DefaultDCOM認証レベル決定することを指定します。このフィールド定数です。  

DCOM通常のセキュリティ ネゴシエーション アルゴリズム使用して認証レベル決定します

None認証指定しません。このフィールド定数です。  
Pkt受信したデータすべてが予測されクライアントからのデータであることを DCOM認証することを指定します。このフィールド定数です。  

データグラム トランスポートでは、常に Pkt 認証使用します

PktIntegrity転送されデータDCOM認証および検査することを指定します。このフィールド定数です。  

クライアントサーバーの間で転送されデータがまったく変更されていないことを DCOM検査することを指定します

PktPrivacyDCOM先行するレベルをすべて認証し暗号化を行うことを指定します。このフィールド定数です。  

DCOM先行するレベルをすべて認証し、各リモート プロシージャ コール引数値を暗号化ます。

解説解説

ProcessModelComAuthenticationLevel は、ComAuthenticationLevel プロパティ設定するときに使用する値を列挙します

既定値Connect です。

メモメモ

ProcessModelComAuthenticationLevel 設定は、ASP.NET プロセス モデル (IIS 5.n、または IIS 6 の互換モードのみ) を使用する場合にのみ関係します

使用例使用例

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;

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ProcessModelComAuthenticationLevel 列挙体」の関連用語

ProcessModelComAuthenticationLevel 列挙体のお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ProcessModelComAuthenticationLevel 列挙体のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS