次の方法で共有


SecurityCallContext.MinAuthenticationLevel プロパティ

COM+ の ISecurityCallContext コレクションから MinAuthenticationLevel 値を取得します。

Public ReadOnly Property MinAuthenticationLevel As Integer
[C#]
public int MinAuthenticationLevel {get;}
[C++]
public: __property int get_MinAuthenticationLevel();
[JScript]
public function get MinAuthenticationLevel() : int;

プロパティ値

COM+ の ISecurityCallContext コレクションの MinAuthenticationLevel 値。

解説

MinAuthenticationLevel は、チェイン内のすべての呼び出し元の最低セキュリティ認証レベルを示します。

必要条件

プラットフォーム: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

SecurityCallContext クラス | SecurityCallContext メンバ | System.EnterpriseServices 名前空間