Protected Member Functions | |
| void | Page_Load (object sender, System.EventArgs e) |
| override void | OnInit (EventArgs e) |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
| byte[] | monitor_data = new byte[0] |
Static Private Attributes | |
| static String | byte_key = Core.Util.Crypto.CryptoUtil.GetDigest("behavior-monitor-data") |
| void Monitor.BehaviorMonitor.Page_Load | ( | object | sender, | |
| System.EventArgs | e | |||
| ) | [protected] |
| override void Monitor.BehaviorMonitor.OnInit | ( | EventArgs | e | ) | [protected] |
| void Monitor.BehaviorMonitor.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
byte [] Monitor.BehaviorMonitor.monitor_data = new byte[0] [private] |
String Monitor.BehaviorMonitor.byte_key = Core.Util.Crypto.CryptoUtil.GetDigest("behavior-monitor-data") [static, private] |