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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiCrlInfo Class > PkiCrlInfo Constructor : PkiCrlInfo Constructor(PkiCrlInfo)
The PKI Certificate Revocation List (CRL) object.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pkiCrlInfo As PkiCrlInfo _
)
'Usage
 
Dim pkiCrlInfo As PkiCrlInfo
 
Dim instance As New PkiCrlInfo(pkiCrlInfo)
public PkiCrlInfo( 
   PkiCrlInfo pkiCrlInfo
)
public:
PkiCrlInfo( 
   PkiCrlInfo^ pkiCrlInfo
)

Parameters

pkiCrlInfo
The PKI Certificate Revocation List (CRL) object.
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