QuickOPC 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
 
<ColumnDisplayAttribute(10)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=31, 
   ShortName="CRL Count")>
Public ReadOnly Property CrlCount As Nullable(Of Integer)
'Usage
 
Dim instance As PkiStoreInfo
Dim value As Nullable(Of Integer)
 
value = instance.CrlCount
[ColumnDisplay(10)]
[Display(AutoGenerateField=true, 
   Order=31, 
   ShortName="CRL Count")]
public Nullable<int> CrlCount {get;}
[ColumnDisplay(10)]
[Display(AutoGenerateField=true, 
   Order=31, 
   ShortName="CRL Count")]
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