Connectivity Software User's Guide and Reference
RevokedCertificates Property (IPkiCrlInfo)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > IPkiCrlInfo Interface : RevokedCertificates Property
The set of revoked certificates.
Syntax
'Declaration
 
<JetBrains.Annotations.ItemNotNullAttribute()>
<JetBrains.Annotations.CanBeNullAttribute()>
ReadOnly Property RevokedCertificates As PkiCrlEntryCollection
'Usage
 
Dim instance As IPkiCrlInfo
Dim value As PkiCrlEntryCollection
 
value = instance.RevokedCertificates
[JetBrains.Annotations.ItemNotNull()]
[JetBrains.Annotations.CanBeNull()]
PkiCrlEntryCollection RevokedCertificates {get;}
[JetBrains.Annotations.ItemNotNull()]
[JetBrains.Annotations.CanBeNull()]
property PkiCrlEntryCollection^ RevokedCertificates {
   PkiCrlEntryCollection^ get();
}

Property Value

The value of this property can be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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