OPC Studio User's Guide and Reference
PkiStoreInfo Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace : PkiStoreInfo Class
Contains information about a PKI store.
Object Model
PkiStoreInfo ClassIPkiStore Interface
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class PkiStoreInfo 
   Inherits OpcLabs.BaseLib.Object2
   Implements OpcLabs.BaseLib.ComTypes._Object2 
'Usage
 
Dim instance As PkiStoreInfo
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class PkiStoreInfo : OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class PkiStoreInfo : public OpcLabs.BaseLib.Object2, OpcLabs.BaseLib.ComTypes._Object2  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.PkiStoreInfo

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