QuickOPC User's Guide and Reference
Keys Property (SecurityKeysInfo)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.KeyManagement Namespace > SecurityKeysInfo Class : Keys Property
An array of keys, ordered by the sequence if which they are used.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Property Keys As Byte()
'Usage
 
Dim instance As SecurityKeysInfo
Dim value() As Byte
 
instance.Keys = value
 
value = instance.Keys
[ElementsNotNull()]
[NotNull()]
public byte[] Keys {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property array<byte>^ Keys {
   array<byte>^ get();
   void set (    array<Byte[]^>^ 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