From 6ea77176efe2d5a45c3e7ad12cf1033e4cc394fa Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 17 Jul 2025 13:43:15 +0000 Subject: [PATCH] Commit: fb016147 --- .../Model/EncryptedRCLItem.cs | 2 +- .../Model/EncryptedRCLResult.cs | 2 +- .../Model/LicenseItem.cs | 2 +- .../Model/LicenseResult.cs | 2 +- .../Model/RfidAccessControlInfo.cs | 10 +++++----- .../Model/RfidCertificateEx.cs | 10 +++++----- .../Model/RfidDataFile.cs | 10 +++++----- .../Model/RfidSecurityObject.cs | 10 +++++----- .../Model/RfidSignerInfoEx.cs | 9 +++++---- 9 files changed, 29 insertions(+), 28 deletions(-) diff --git a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs index 5381220..0ec071c 100644 --- a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs +++ b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs @@ -56,7 +56,7 @@ protected EncryptedRCLItem() { } /// /// Base64 encoded data /* - [B@7ae8a0db + [B@36b75ee4 */ [DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)] public byte[] EncryptedRCL { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs index 9684c73..6c492a3 100644 --- a/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs +++ b/src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs @@ -62,7 +62,7 @@ protected EncryptedRCLResult() { } /// /// Base64 encoded data /* - [B@7ae8a0db + [B@36b75ee4 */ [DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)] public byte[] EncryptedRCL { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs b/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs index 5dd0b19..c62f395 100644 --- a/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs +++ b/src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs @@ -56,7 +56,7 @@ protected LicenseItem() { } /// /// Base64 encoded data /* - [B@5572f1d9 + [B@46cb6573 */ [DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)] public byte[] License { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs b/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs index 7f43acd..bacf0af 100644 --- a/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs +++ b/src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs @@ -62,7 +62,7 @@ protected LicenseResult() { } /// /// Base64 encoded data /* - [B@5572f1d9 + [B@46cb6573 */ [DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)] public byte[] License { get; set; } diff --git a/src/Regula.DocumentReader.WebClient/Model/RfidAccessControlInfo.cs b/src/Regula.DocumentReader.WebClient/Model/RfidAccessControlInfo.cs index b275eb0..26b8ec8 100644 --- a/src/Regula.DocumentReader.WebClient/Model/RfidAccessControlInfo.cs +++ b/src/Regula.DocumentReader.WebClient/Model/RfidAccessControlInfo.cs @@ -55,9 +55,9 @@ protected RfidAccessControlInfo() { } /// type (required). /// status (required). /// Index of the active variant of the procedure. - /// List of remarks arisen during the procedure. (required). + /// List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. (required). /// 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. - public RfidAccessControlInfo(RfidAccessControlProcedureType type = default(RfidAccessControlProcedureType), RFIDErrorCodes status = default(RFIDErrorCodes), decimal activeOptionIdx = default(decimal), List notifications = default(List), List accessControlOptions = default(List)) + public RfidAccessControlInfo(RfidAccessControlProcedureType type = default(RfidAccessControlProcedureType), RFIDErrorCodes status = default(RFIDErrorCodes), decimal activeOptionIdx = default(decimal), List notifications = default(List), List accessControlOptions = default(List)) { this.Type = type; this.Status = status; @@ -79,11 +79,11 @@ protected RfidAccessControlInfo() { } public decimal? ActiveOptionIdx { get; set; } /// - /// List of remarks arisen during the procedure. + /// List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. /// - /// List of remarks arisen during the procedure. + /// List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. [DataMember(Name = "Notifications", IsRequired = true, EmitDefaultValue = true)] - public List Notifications { get; set; } + public List Notifications { get; set; } /// /// 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 diff --git a/src/Regula.DocumentReader.WebClient/Model/RfidCertificateEx.cs b/src/Regula.DocumentReader.WebClient/Model/RfidCertificateEx.cs index 65a72c7..1b61fc7 100644 --- a/src/Regula.DocumentReader.WebClient/Model/RfidCertificateEx.cs +++ b/src/Regula.DocumentReader.WebClient/Model/RfidCertificateEx.cs @@ -66,12 +66,12 @@ protected RfidCertificateEx() { } /// subject (required). /// Certificate public key algorithm identifier (OID); String in the format S1 (S2), where S1 – algorithm name, S2 – identifier (OID string). (required). /// List of the certificate extensions (required). - /// List of remarks arisen during the analysis of the certificate data structure and its validity verification. (required). + /// List of remarks arisen during the analysis of the certificate data structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum. (required). /// origin (required). /// type (required). /// fileName (required). /// pAStatus (required). - public RfidCertificateEx(decimal varVersion = default(decimal), string serialNumber = default(string), string signatureAlgorithm = default(string), RfidDistinguishedName issuer = default(RfidDistinguishedName), RfidValidity validity = default(RfidValidity), RfidDistinguishedName subject = default(RfidDistinguishedName), string subjectPKAlgorithm = default(string), List extensions = default(List), List notifications = default(List), RfidCertificateOrigin origin = default(RfidCertificateOrigin), RfidCertificateType type = default(RfidCertificateType), TrfFtString fileName = default(TrfFtString), RFIDErrorCodes pAStatus = default(RFIDErrorCodes)) + public RfidCertificateEx(decimal varVersion = default(decimal), string serialNumber = default(string), string signatureAlgorithm = default(string), RfidDistinguishedName issuer = default(RfidDistinguishedName), RfidValidity validity = default(RfidValidity), RfidDistinguishedName subject = default(RfidDistinguishedName), string subjectPKAlgorithm = default(string), List extensions = default(List), List notifications = default(List), RfidCertificateOrigin origin = default(RfidCertificateOrigin), RfidCertificateType type = default(RfidCertificateType), TrfFtString fileName = default(TrfFtString), RFIDErrorCodes pAStatus = default(RFIDErrorCodes)) { this.VarVersion = varVersion; // to ensure "serialNumber" is required (not null) @@ -187,11 +187,11 @@ protected RfidCertificateEx() { } public List Extensions { get; set; } /// - /// List of remarks arisen during the analysis of the certificate data structure and its validity verification. + /// List of remarks arisen during the analysis of the certificate data structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum. /// - /// List of remarks arisen during the analysis of the certificate data structure and its validity verification. + /// List of remarks arisen during the analysis of the certificate data structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum. [DataMember(Name = "Notifications", IsRequired = true, EmitDefaultValue = true)] - public List Notifications { get; set; } + public List Notifications { get; set; } /// /// Gets or Sets FileName diff --git a/src/Regula.DocumentReader.WebClient/Model/RfidDataFile.cs b/src/Regula.DocumentReader.WebClient/Model/RfidDataFile.cs index 0cda195..4eb64e4 100644 --- a/src/Regula.DocumentReader.WebClient/Model/RfidDataFile.cs +++ b/src/Regula.DocumentReader.WebClient/Model/RfidDataFile.cs @@ -64,13 +64,13 @@ protected RfidDataFile() { } /// readingStatus (required). /// Time of reading, milliseconds. /// pAStatus. - /// List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure.. + /// 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.. /// List of document text fields formed on the basis of the file contents. /// List of document graphic fields formed on the basis of the file contents. /// List of the original binary representation of graphic document fields formed on the basis of the file contents. /// parsedData. /// securityObjectCertificates. - public RfidDataFile(string fileID = default(string), RfidDataFileType type = default(RfidDataFileType), TrfFtBytes fileData = default(TrfFtBytes), RFIDErrorCodes readingStatus = default(RFIDErrorCodes), decimal readingTime = default(decimal), RFIDErrorCodes? pAStatus = default(RFIDErrorCodes?), List notifications = default(List), List docFieldsText = default(List), List docFieldsGraphics = default(List), List docFieldsOriginals = default(List), ParsedData parsedData = default(ParsedData), SecurityObjectCertificates securityObjectCertificates = default(SecurityObjectCertificates)) + public RfidDataFile(string fileID = default(string), RfidDataFileType type = default(RfidDataFileType), TrfFtBytes fileData = default(TrfFtBytes), RFIDErrorCodes readingStatus = default(RFIDErrorCodes), decimal readingTime = default(decimal), RFIDErrorCodes? pAStatus = default(RFIDErrorCodes?), List notifications = default(List), List docFieldsText = default(List), List docFieldsGraphics = default(List), List docFieldsOriginals = default(List), ParsedData parsedData = default(ParsedData), SecurityObjectCertificates securityObjectCertificates = default(SecurityObjectCertificates)) { this.Type = type; this.ReadingStatus = readingStatus; @@ -107,11 +107,11 @@ protected RfidDataFile() { } public decimal? ReadingTime { get; set; } /// - /// List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure. + /// 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. /// - /// List of remarks arisen when reading data from the memory of the chip and analysing their ASN.1-structure. + /// 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. [DataMember(Name = "Notifications", EmitDefaultValue = false)] - public List? Notifications { get; set; } + public List? Notifications { get; set; } /// /// List of document text fields formed on the basis of the file contents diff --git a/src/Regula.DocumentReader.WebClient/Model/RfidSecurityObject.cs b/src/Regula.DocumentReader.WebClient/Model/RfidSecurityObject.cs index d6a8d61..5ab9110 100644 --- a/src/Regula.DocumentReader.WebClient/Model/RfidSecurityObject.cs +++ b/src/Regula.DocumentReader.WebClient/Model/RfidSecurityObject.cs @@ -43,9 +43,9 @@ protected RfidSecurityObject() { } /// Security object version (required). /// Identifier of the security object (required). /// Reference to the source file of the security object data (required). - /// List of remarks arisen during the analysis of SO data structure. (required). + /// List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. (required). /// List of containers to store information about digital signature objects contained in the SO (required). - public RfidSecurityObject(decimal varVersion = default(decimal), string objectType = default(string), decimal fileReference = default(decimal), List notifications = default(List), List signerInfos = default(List)) + public RfidSecurityObject(decimal varVersion = default(decimal), string objectType = default(string), decimal fileReference = default(decimal), List notifications = default(List), List signerInfos = default(List)) { this.VarVersion = varVersion; // to ensure "objectType" is required (not null) @@ -91,11 +91,11 @@ protected RfidSecurityObject() { } public decimal FileReference { get; set; } /// - /// List of remarks arisen during the analysis of SO data structure. + /// List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. /// - /// List of remarks arisen during the analysis of SO data structure. + /// List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. [DataMember(Name = "Notifications", IsRequired = true, EmitDefaultValue = true)] - public List Notifications { get; set; } + public List Notifications { get; set; } /// /// List of containers to store information about digital signature objects contained in the SO diff --git a/src/Regula.DocumentReader.WebClient/Model/RfidSignerInfoEx.cs b/src/Regula.DocumentReader.WebClient/Model/RfidSignerInfoEx.cs index c83c20b..70c27a4 100644 --- a/src/Regula.DocumentReader.WebClient/Model/RfidSignerInfoEx.cs +++ b/src/Regula.DocumentReader.WebClient/Model/RfidSignerInfoEx.cs @@ -57,8 +57,8 @@ protected RfidSignerInfoEx() { } /// pAStatus (required). /// Certificate chain, used for the digital signature verification. (required). /// Binary data array used to calculate the hash value for digital signature verification. Base64 encoded. (required). - /// notifications (required). - public RfidSignerInfoEx(decimal varVersion = default(decimal), RfidDistinguishedName issuer = default(RfidDistinguishedName), TrfFtBytes serialNumber = default(TrfFtBytes), TrfFtBytes subjectKeyIdentifier = default(TrfFtBytes), string digestAlgorithm = default(string), List signedAttributes = default(List), string signatureAlgorithm = default(string), TrfFtBytes signature = default(TrfFtBytes), RFIDErrorCodes pAStatus = default(RFIDErrorCodes), List certificateChain = default(List), string dataToHash = default(string), List notifications = default(List)) + /// Can be ParsingErrorCodes or ParsingNotificationCodes enum. (required). + public RfidSignerInfoEx(decimal varVersion = default(decimal), RfidDistinguishedName issuer = default(RfidDistinguishedName), TrfFtBytes serialNumber = default(TrfFtBytes), TrfFtBytes subjectKeyIdentifier = default(TrfFtBytes), string digestAlgorithm = default(string), List signedAttributes = default(List), string signatureAlgorithm = default(string), TrfFtBytes signature = default(TrfFtBytes), RFIDErrorCodes pAStatus = default(RFIDErrorCodes), List certificateChain = default(List), string dataToHash = default(string), List notifications = default(List)) { this.VarVersion = varVersion; // to ensure "issuer" is required (not null) @@ -191,10 +191,11 @@ protected RfidSignerInfoEx() { } public string DataToHash { get; set; } /// - /// Gets or Sets Notifications + /// Can be ParsingErrorCodes or ParsingNotificationCodes enum. /// + /// Can be ParsingErrorCodes or ParsingNotificationCodes enum. [DataMember(Name = "Notifications", IsRequired = true, EmitDefaultValue = true)] - public List Notifications { get; set; } + public List Notifications { get; set; } /// /// Returns the string presentation of the object