Ejemplo n.º 1
0
 public UserAccountCollector(CollectCommandOptions?opts = null, Action <CollectObject>?changeHandler = null) : base(opts, changeHandler)
 {
 }
 public OpenPortCollector(CollectCommandOptions?opts = null, Action <CollectObject>?changeHandler = null) : base(opts, changeHandler)
 {
 }
Ejemplo n.º 3
0
 public TpmCollector(CollectCommandOptions?opts, Action <CollectObject>?changeHandler, bool TestMode = false) : base(opts, changeHandler)
 {
     this.TestMode = TestMode;
 }
 /// <summary>
 ///
 /// </summary>
 /// <param name="opts"></param>
 /// <param name=""></param>
 public CertificateCollector(CollectCommandOptions?opts = null, Action <CollectObject>?changeHandler = null) : base(opts, changeHandler)
 {
 }
 protected BaseCollector(CollectCommandOptions?opts, Action <CollectObject>?changeHandler)
 {
     this.opts          = opts ?? new CollectCommandOptions();
     this.changeHandler = changeHandler;
 }
 public FileSystemCollector(CollectCommandOptions?opts = null, Action <CollectObject>?changeHandler = null) : base(opts, changeHandler)
 {
 }
 public OpenPortCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;
Ejemplo n.º 8
0
 public ComObjectCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;
 public CryptographicKeyCollector(CollectCommandOptions?opts = null, Action <CollectObject>?changeHandler = null) : base(opts, changeHandler)
 {
 }
Ejemplo n.º 10
0
 public ServiceCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;
Ejemplo n.º 11
0
 public FirewallCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;
 public CertificateCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;
 public UserAccountCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;
Ejemplo n.º 14
0
 public FileSystemCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;
 public EventLogCollector(CollectCommandOptions?opts = null) => this.opts = opts ?? this.opts;