You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Есть результат выполнения GetDocflowsAsync - мы берем из него getDocflowsResponse?.Documents?.FirstOrDefault() типа DocumentWithDocflowV3 documentWithDocflowV3.
Далее идёт получение и обработка подписей:
var senderCadesT = documentWithDocflowV3?.Docflow.SenderTitle?.Attachment?.Signature?.CadesT?.Content?.Data;
var proxyCadesT = documentWithDocflowV3?.Docflow.ProxyResponse?.Signature?.CadesT?.Content?.Data;
Но если у нас ФЛ без МЧД - ИНН контрагента (как Sender, так и Proxy) не будет задан.
Как можно его получить из Диадок?
The text was updated successfully, but these errors were encountered:
Есть результат выполнения
GetDocflowsAsync
- мы берем из негоgetDocflowsResponse?.Documents?.FirstOrDefault()
типаDocumentWithDocflowV3 documentWithDocflowV3
.Далее идёт получение и обработка подписей:
Но если у нас ФЛ без МЧД - ИНН контрагента (как Sender, так и Proxy) не будет задан.
Как можно его получить из Диадок?
The text was updated successfully, but these errors were encountered: