SecurityCallContext.IsSecurityEnabled プロパティ

定義

現在のコンテキストでセキュリティ チェックが有効になっているかどうかを判断します。

public:
 property bool IsSecurityEnabled { bool get(); };
public bool IsSecurityEnabled { get; }
member this.IsSecurityEnabled : bool
Public ReadOnly Property IsSecurityEnabled As Boolean

プロパティ値

true 現在のコンテキストでセキュリティ チェックが有効になっている場合。それ以外の場合は false

適用対象