セキュリティ呼び出しコンテキストを説明する 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 名前空間