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
/// <param name="activeOptionIdx">Index of the active variant of the procedure.</param>
58
-
/// <param name="notifications">List of remarks arisen during the procedure. (required).</param>
58
+
/// <param name="notifications">List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. (required).</param>
59
59
/// <param name="accessControlOptions">List of structures with are used to describe the variants of the authentication or secure data access procedure performance within the context of the communication session with electronic document.</param>
/// List of structures with are used to describe the variants of the authentication or secure data access procedure performance within the context of the communication session with electronic document
/// <param name="subjectPKAlgorithm">Certificate public key algorithm identifier (OID); String in the format S1 (S2), where S1 – algorithm name, S2 – identifier (OID string). (required).</param>
68
68
/// <param name="extensions">List of the certificate extensions (required).</param>
69
-
/// <param name="notifications">List of remarks arisen during the analysis of the certificate data structure and its validity verification. (required).</param>
69
+
/// <param name="notifications">List of remarks arisen during the analysis of the certificate data structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum. (required).</param>
/// List of remarks arisen during the analysis of the certificate data structure and its validity verification.
190
+
/// List of remarks arisen during the analysis of the certificate data structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum.
191
191
/// </summary>
192
-
/// <value>List of remarks arisen during the analysis of the certificate data structure and its validity verification.</value>
192
+
/// <value>List of remarks arisen during the analysis of the certificate data structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum.</value>
/// <param name="readingTime">Time of reading, milliseconds.</param>
66
66
/// <param name="pAStatus">pAStatus.</param>
67
-
/// <param name="notifications">List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure..</param>
67
+
/// <param name="notifications">List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum..</param>
68
68
/// <param name="docFieldsText">List of document text fields formed on the basis of the file contents.</param>
69
69
/// <param name="docFieldsGraphics">List of document graphic fields formed on the basis of the file contents.</param>
70
70
/// <param name="docFieldsOriginals">List of the original binary representation of graphic document fields formed on the basis of the file contents.</param>
/// List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure.
110
+
/// List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum.
111
111
/// </summary>
112
-
/// <value>List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure.</value>
112
+
/// <value>List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum.</value>
/// <param name="varVersion">Security object version (required).</param>
44
44
/// <param name="objectType">Identifier of the security object (required).</param>
45
45
/// <param name="fileReference">Reference to the source file of the security object data (required).</param>
46
-
/// <param name="notifications">List of remarks arisen during the analysis of SO data structure. (required).</param>
46
+
/// <param name="notifications">List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. (required).</param>
47
47
/// <param name="signerInfos">List of containers to store information about digital signature objects contained in the SO (required).</param>
/// <param name="certificateChain">Certificate chain, used for the digital signature verification. (required).</param>
59
59
/// <param name="dataToHash">Binary data array used to calculate the hash value for digital signature verification. Base64 encoded. (required).</param>
0 commit comments