Esempio n. 1
0
 public BiblosDS.Library.Common.Objects.DocumentContent GetContent(string FileName, BiblosDS.Library.Common.Objects.DocumentContent Content)
 {
     return(base.Channel.GetContent(FileName, Content));
 }
Esempio n. 2
0
 public BiblosDS.Library.Common.Objects.DocumentContent TimeStampDocument(string FileName, BiblosDS.Library.Common.Objects.DocumentContent Content, bool InfoCamereFormat)
 {
     return(base.Channel.TimeStampDocument(FileName, Content, InfoCamereFormat));
 }
Esempio n. 3
0
 public BiblosDS.Library.Common.Objects.DocumentContent CalculateBlobHash(BiblosDS.Library.Common.Objects.DocumentContent Content, BiblosDS.Library.Common.Objects.Enums.ComputeHashType computeHash)
 {
     return(base.Channel.CalculateBlobHash(Content, computeHash));
 }
Esempio n. 4
0
 public System.ComponentModel.BindingList <BiblosDS.Library.Common.Objects.DocumentCertificate> GetAllExpireDates(out BiblosDS.Library.Common.Objects.DocumentCertificate FirstCertificate, string fileName, BiblosDS.Library.Common.Objects.DocumentContent Content)
 {
     return(base.Channel.GetAllExpireDates(out FirstCertificate, fileName, Content));
 }
Esempio n. 5
0
 public bool IsBlobSigned(BiblosDS.Library.Common.Objects.DocumentContent content)
 {
     return(base.Channel.IsBlobSigned(content));
 }
Esempio n. 6
0
 public BiblosDS.Library.Common.Objects.DocumentContent AddRawSignature(string FileName, BiblosDS.Library.Common.Objects.DocumentContent SignerCert, BiblosDS.Library.Common.Objects.DocumentContent SignedDigest, BiblosDS.Library.Common.Objects.DocumentContent Content)
 {
     return(base.Channel.AddRawSignature(FileName, SignerCert, SignedDigest, Content));
 }
Esempio n. 7
0
 public BiblosDS.Library.Common.Objects.DocumentContent CalculateBlobHash(BiblosDS.Library.Common.Objects.DocumentContent Content)
 {
     return(base.Channel.CalculateBlobHash(Content));
 }