View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006551 | NodeSets, XSDs and Generated Code | Api Change | public | 2021-03-08 07:51 | 2021-07-06 16:53 |
| Reporter | Robin Lutter | Assigned To | Randy Armstrong | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | not fixable | ||
| Summary | 0006551: Problem with Property RejectSHA1SignedCertificates in class SecurityConfiguration | ||||
| Description | We have an instance of the class "SecurityConfiguration" that we are serializing into a database as a XML string. For some customers there we need to set the property value of "RejectSHA1SignedCertificates" to "False". With the next program start we create again a new instance of "SecurityConfiguration" and assign the values of the deserialized XML string. But now the property "RejectSHA1SignedCertificates" is "True" Would it be possible to set the DataMemberAttribute "EmitDefaultValue" of "RejectSHA1SignedCertificates" to "True", so its value "False" also gets serialized? | ||||
| Additional Information | Assembly Opc.UA.Core, Version 1.4.365.0 | ||||
| Tags | Configuration | ||||
| Attached Files | |||||
| Commit Version | |||||
| Fix Due Date | |||||
|
|
ApplicationConfiguration.xsd needs to be updated to match the required default values:
This schema is not defined by Part 6. |
|
|
Reviewed in UA WG meeting. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-03-08 07:51 | Robin Lutter | New Issue | |
| 2021-03-08 07:51 | Robin Lutter | Tag Attached: .NET API | |
| 2021-03-08 07:51 | Robin Lutter | Tag Attached: Configuration | |
| 2021-03-08 07:51 | Robin Lutter | File Added: .NET API .PNG | |
| 2021-03-08 10:02 | Randy Armstrong | Tag Detached: .NET API | |
| 2021-03-08 10:03 | Randy Armstrong | Project | .NET API => NodeSets, XSDs and Generated Code |
| 2021-04-13 16:46 | Jim Luth | Assigned To | => Randy Armstrong |
| 2021-04-13 16:46 | Jim Luth | Status | new => assigned |
| 2021-07-03 09:00 | Randy Armstrong | Status | assigned => resolved |
| 2021-07-03 09:00 | Randy Armstrong | Resolution | open => not fixable |
| 2021-07-03 09:00 | Randy Armstrong | Note Added: 0014626 | |
| 2021-07-06 16:53 | Randy Armstrong | Status | resolved => closed |
| 2021-07-06 16:53 | Randy Armstrong | Note Added: 0014656 |