QuickOPC User's Guide and Reference
IPkiCertificate Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace : IPkiCertificate Interface
Represents a PKI certificate.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
Public Interface IPkiCertificate 
   Inherits System.IDisposable 
'Usage
 
Dim instance As IPkiCertificate
[CLSCompliant(true)]
[ComVisible(false)]
public interface IPkiCertificate : System.IDisposable  
[CLSCompliant(true)]
[ComVisible(false)]
public interface class IPkiCertificate : 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