OPC Studio User's Guide and Reference
CrlCount Property



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