/// <summary>
 /// Attack_Step_Technique class constructor
 /// </summary>
 public Attack_Step_Technique()
 {
     _observables = new ObservablesType2();
     _relevant_Attack_Surface_Elements  = new Relevant_Attack_Surface_ElementsType();
     _leveraged_Attack_Patterns         = new List <object>();
     _attack_Step_Technique_Description = new Structured_Text_Type();
 }
Пример #2
0
 /// <summary>
 /// Target_Attack_SurfaceTypeCommon_Attack_Surface_Description class constructor
 /// </summary>
 public Target_Attack_SurfaceTypeCommon_Attack_Surface_Description()
 {
     _pattern_Specific_Overrides       = new Target_Attack_Surface_DescriptionType();
     _relevant_Attack_Surface_Elements = new Relevant_Attack_Surface_ElementsType();
 }
Пример #3
0
 /// <summary>
 /// Custom_Attack_StepTypeSecurity_Control class constructor
 /// </summary>
 public Custom_Attack_StepTypeSecurity_Control()
 {
     _observable_Evidence = new Custom_Attack_StepTypeSecurity_ControlObservable_Evidence();
     _relevant_Attack_Surface_Elements = new Relevant_Attack_Surface_ElementsType();
 }
Пример #4
0
 /// <summary>
 /// Custom_Attack_StepTypeIndicator class constructor
 /// </summary>
 public Custom_Attack_StepTypeIndicator()
 {
     _observables = new ObservablesType2();
     _relevant_Attack_Surface_Elements = new Relevant_Attack_Surface_ElementsType();
     _indicator_Description            = new Structured_Text_Type();
 }
 /// <summary>
 /// Custom_Attack_StepTypeOutcome class constructor
 /// </summary>
 public Custom_Attack_StepTypeOutcome()
 {
     _observables = new ObservablesType2();
     _relevant_Attack_Surface_Elements = new Relevant_Attack_Surface_ElementsType();
 }