QuickOPC User's Guide and Reference
IPkiStore Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace : IPkiStore Interface
Represents a PKI store, where certificates and CRLs are persisted and managed.
Object Model
IPkiStore InterfacePkiCertificateCollection ClassIPkiCertificate InterfacePkiCrlCollection ClassIPkiCrl Interface
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
Public Interface IPkiStore 
   Inherits System.IDisposable 
'Usage
 
Dim instance As IPkiStore
[CLSCompliant(true)]
[ComVisible(false)]
public interface IPkiStore : System.IDisposable  
[CLSCompliant(true)]
[ComVisible(false)]
public interface class IPkiStore : public System.IDisposable  
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