QuickOPC User's Guide and Reference
PkiChain Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace : PkiChain Class
Represents a chain-building engine for PKI certificates.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiChain)>
<ComVisibleAttribute(True)>
<GuidAttribute("93EE37E3-D098-458F-9E43-2A59AEC53899")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class PkiChain 
   Inherits System.Security.Cryptography.X509Certificates.X509Chain
   Implements OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiChain, System.IDisposable 
'Usage
 
Dim instance As PkiChain
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiChain)]
[ComVisible(true)]
[Guid("93EE37E3-D098-458F-9E43-2A59AEC53899")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class PkiChain : System.Security.Cryptography.X509Certificates.X509Chain, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiChain, System.IDisposable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiChain)]
[ComVisible(true)]
[Guid("93EE37E3-D098-458F-9E43-2A59AEC53899")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class PkiChain : public System.Security.Cryptography.X509Certificates.X509Chain, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiChain, System.IDisposable  
Inheritance Hierarchy

System.Object
   System.Security.Cryptography.X509Certificates.X509Chain
      OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.PkiChain

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