QuickOPC User's Guide and Reference
PkiCrlEntryCollection Constructor(IPkiCrlEntry)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > PkiCrlEntryCollection Class > PkiCrlEntryCollection Constructor : PkiCrlEntryCollection Constructor(IPkiCrlEntry)
Initializes a new instance of the collection, with given item.
Syntax
'Declaration
 
Public Function New( _
   ByVal pkiCrlEntry As IPkiCrlEntry _
)
'Usage
 
Dim pkiCrlEntry As IPkiCrlEntry
 
Dim instance As New PkiCrlEntryCollection(pkiCrlEntry)
public PkiCrlEntryCollection( 
   IPkiCrlEntry pkiCrlEntry
)
public:
PkiCrlEntryCollection( 
   IPkiCrlEntry^ pkiCrlEntry
)

Parameters

pkiCrlEntry
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