'Declaration
Property SecurityMode As UAMessageSecurityModes
'Usage
Dim instance As _UAPubSubGroupElement Dim value As UAMessageSecurityModes instance.SecurityMode = value value = instance.SecurityMode
UAMessageSecurityModes SecurityMode {get; set;}
property UAMessageSecurityModes SecurityMode { UAMessageSecurityModes get(); void set ( UAMessageSecurityModes value); }
Property Value
The default value of this property is None
.
Because there is an implicit conversion from OpcLabs.EasyOpc.UA.Engine.UAMessageSecurityModes to OpcLabs.EasyOpc.UA.Engine.UAEndpointSelectionPolicy, you can simply use the returned OpcLabs.EasyOpc.UA.Engine.UAMessageSecurityModes in any place where OpcLabs.EasyOpc.UA.Engine.UAEndpointSelectionPolicy is expected as input, and the corresponding endpoint selection policy will be constructed automatically from the message security modes. When the implicit conversion operators are not supported (such as with Python.NET), you can use the OpcLabs.EasyOpc.UA.Engine.UAEndpointSelectionPolicy.FromUAMessageSecurityModes static method instead.