QuickOPC User's Guide and Reference
InferredSecurityMode Property (UADataSetSubscriptionDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UADataSetSubscriptionDescriptor Class : InferredSecurityMode Property
Security mode inferred from the communication parameters.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public ReadOnly Property InferredSecurityMode As UAMessageSecurityModes
'Usage
 
Dim instance As UADataSetSubscriptionDescriptor
Dim value As UAMessageSecurityModes
 
value = instance.InferredSecurityMode
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public UAMessageSecurityModes InferredSecurityMode {get;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property UAMessageSecurityModes InferredSecurityMode {
   UAMessageSecurityModes get();
}
Remarks

A heuristics is used, based on whether the security group Id and some security key services are specified.

The inferred security mode used when UAPubSubCommunicationParameters.SecurityMode is OpcLabs.EasyOpc.UA.Engine.UAMessageSecurityModes.None.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also