次の方法で共有


SecurityCallContext.CurrentCall プロパティ

セキュリティ呼び出しコンテキストを説明する SecurityCallContext オブジェクトを取得します。

Public Shared ReadOnly Property CurrentCall As SecurityCallContext
[C#]
public static SecurityCallContext CurrentCall {get;}
[C++]
public: __property static SecurityCallContext* get_CurrentCall();
[JScript]
public static function get CurrentCall() : SecurityCallContext;

プロパティ値

セキュリティ呼び出しコンテキストを説明する SecurityCallContext オブジェクト。

解説

セキュリティ呼び出しコンテキストにアクセスする場合は静的プロパティ CurrentCall の使用をお勧めします。

必要条件

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

.NET Framework セキュリティ:

参照

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