OPC Studio 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).

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class from IPkiCrl.
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).

The value of this parameter cannot be null (Nothing in Visual Basic).

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