QuickOPC User's Guide and Reference
SecurityKeyServiceElement Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.SecurityKeyService.Graphs Namespace > UAPubSubSecurityKeyServiceNodeTreePosition Class : SecurityKeyServiceElement Property
Represents a Security Key Service (SKS) element.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DefaultValueAttribute("")>
<DisplayAttribute(False)>
Public Property SecurityKeyServiceElement As Info
'Usage
 
Dim instance As UAPubSubSecurityKeyServiceNodeTreePosition
Dim value As Info
 
instance.SecurityKeyServiceElement = value
 
value = instance.SecurityKeyServiceElement
[CanBeNull()]
[DefaultValue("")]
[Display(false)]
public Info SecurityKeyServiceElement {get; set;}
[CanBeNull()]
[DefaultValue("")]
[Display(false)]
public:
property Info^ SecurityKeyServiceElement {
   Info^ get();
   void set (    Info^ value);
}
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