public SignedSignaturePropertiesType()
 {
     this.signerRoleField = new SignerRoleType();
     this.signatureProductionPlaceField  = new SignatureProductionPlaceType();
     this.signaturePolicyIdentifierField = new SignaturePolicyIdentifierType();
     this.signingCertificateField        = new ObservableCollection <CertIDType>();
 }
 public SignedSignaturePropertiesType() {
     this.signerRoleField = new SignerRoleType();
     this.signatureProductionPlaceField = new SignatureProductionPlaceType();
     this.signaturePolicyIdentifierField = new SignaturePolicyIdentifierType();
     this.signingCertificateField = new ObservableCollection<CertIDType>();
 }