'Declaration
<NotNullAttribute()> ReadOnly Property RevokedCertificates As PkiCrlEntryCollection
'Usage
Dim instance As IPkiCrl Dim value As PkiCrlEntryCollection value = instance.RevokedCertificates
[NotNull()] PkiCrlEntryCollection RevokedCertificates {get;}
[NotNull()] property PkiCrlEntryCollection^ RevokedCertificates { PkiCrlEntryCollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).