QuickOPC User's Guide and Reference
UserGroup Property



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