Connectivity Software User's Guide and Reference
CrlCount Property (IPkiStoreInfo)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > IPkiStoreInfo Interface : CrlCount Property
Number of certificate revocation lists (CRLs) in the PKI store.
Syntax
'Declaration
 
ReadOnly Property CrlCount As Nullable(Of Integer)
'Usage
 
Dim instance As IPkiStoreInfo
Dim value As Nullable(Of Integer)
 
value = instance.CrlCount
Nullable<int> CrlCount {get;}
property Nullable<int> CrlCount {
   Nullable<int> get();
}
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