Skip to content

Commit

Permalink
Fix serialization of CertificateTrustList (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanett authored Dec 4, 2024
1 parent d0e89a3 commit 6c62eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stack/Opc.Ua.Core/Schema/ApplicationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2878,6 +2878,7 @@ private int XmlEncodedValidationOptions

#region CertificateTrustList Class
[DataContract(Namespace = Namespaces.OpcUaConfig)]
[KnownType(typeof(CertificateTrustList))]
public partial class CertificateTrustList : CertificateStoreIdentifier
{
#region Constructors
Expand Down

0 comments on commit 6c62eb2

Please sign in to comment.