QuickOPC User's Guide and Reference
PkiCrlInfo Constructor(IPkiCrl)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiCrlInfo Class > PkiCrlInfo Constructor : PkiCrlInfo Constructor(IPkiCrl)
The PKI certificate revocation list (CRL).
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pkiCrl As IPkiCrl _
)
'Usage
 
Dim pkiCrl As IPkiCrl
 
Dim instance As New PkiCrlInfo(pkiCrl)
public PkiCrlInfo( 
   IPkiCrl pkiCrl
)
public:
PkiCrlInfo( 
   IPkiCrl^ pkiCrl
)

Parameters

pkiCrl
The PKI certificate revocation list (CRL).
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