We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deaa76 commit 3e2a1f8Copy full SHA for 3e2a1f8
opcua_webapi/models/message_security_mode.py
@@ -28,7 +28,7 @@ class MessageSecurityMode(int, Enum):
28
allowed enum values
29
"""
30
Invalid = 0
31
- None = 1
+ NoSignOrEncrypt = 1
32
Sign = 2
33
SignAndEncrypt = 3
34
0 commit comments