'Declaration<DefaultValueAttribute("")> <ElementsNotNullAttribute()> <CanBeNullAttribute()> Public ReadOnly Property RevokedCertificates As PkiCrlEntryCollection
'UsageDim instance As PkiCrlInfo Dim value As PkiCrlEntryCollection value = instance.RevokedCertificates
[DefaultValue("")] [ElementsNotNull()] [CanBeNull()] public PkiCrlEntryCollection RevokedCertificates {get;}
[DefaultValue("")] [ElementsNotNull()] [CanBeNull()] public: property PkiCrlEntryCollection^ RevokedCertificates { PkiCrlEntryCollection^ get(); }