QuickOPC User's Guide and Reference
HttpsGroup Property



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