Example #1
0
 public ExtendedSignerDetails GetExtendedSignerDetails(string token, string boxId, string thumbprint, DocumentTitleType documentTitleType)
 {
     return(diadocHttpApi.GetExtendedSignerDetails(token, boxId, thumbprint, documentTitleType));
 }