/// <summary>
 /// ExtractedStringType class constructor
 /// </summary>
 public ExtractedStringType()
 {
     _english_Translation = new StringObjectPropertyType();
     _language            = new StringObjectPropertyType();
     _length            = new PositiveIntegerObjectPropertyType();
     _address           = new HexBinaryObjectPropertyType();
     _hashes            = new List <HashType>();
     _byte_String_Value = new HexBinaryObjectPropertyType();
     _string_Value      = new StringObjectPropertyType();
     _encoding          = new ControlledVocabularyStringType();
 }
Exemplo n.º 2
0
 /// <summary>
 /// DigitalSignatureInfoType class constructor
 /// </summary>
 public DigitalSignatureInfoType()
 {
     _signature_Description = new StringObjectPropertyType();
     _certificate_Subject   = new StringObjectPropertyType();
     _certificate_Issuer    = new StringObjectPropertyType();
 }
 /// <summary>
 /// EnvironmentVariableType class constructor
 /// </summary>
 public EnvironmentVariableType()
 {
     _value = new StringObjectPropertyType();
     _name  = new StringObjectPropertyType();
 }