QuickOPC User's Guide and Reference
InstanceGroup Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > IPkiApplicationStoreGroup Interface : InstanceGroup Property
The PKI application store group for instance certificates.
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property InstanceGroup As IPkiCommunicationStoreGroup
'Usage
 
Dim instance As IPkiApplicationStoreGroup
Dim value As IPkiCommunicationStoreGroup
 
value = instance.InstanceGroup
[CanBeNull()]
IPkiCommunicationStoreGroup InstanceGroup {get;}
[CanBeNull()]
property IPkiCommunicationStoreGroup^ InstanceGroup {
   IPkiCommunicationStoreGroup^ get();
}
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