コード例 #1
0
 public SignedInfoType() {
     this.referenceField = new ObservableCollection<ReferenceType>();
     this.signatureMethodField = new SignatureMethodType();
     this.canonicalizationMethodField = new CanonicalizationMethodType();
 }
コード例 #2
0
 public SignedInfoType()
 {
     this.referenceField              = new ObservableCollection <ReferenceType>();
     this.signatureMethodField        = new SignatureMethodType();
     this.canonicalizationMethodField = new CanonicalizationMethodType();
 }