'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlCollection)> <ComVisibleAttribute(True)> <GuidAttribute("F96D6284-B837-48AE-9BB6-ABEAC9B04049")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class PkiCrlCollection Inherits System.Collections.ObjectModel.Collection(Of IPkiCrl) Implements OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlCollection, System.Collections.Generic.ICollection(Of IPkiCrl), System.Collections.Generic.IEnumerable(Of IPkiCrl), System.Collections.Generic.IList(Of IPkiCrl), System.Collections.Generic.IReadOnlyCollection(Of IPkiCrl), System.Collections.Generic.IReadOnlyList(Of IPkiCrl), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As PkiCrlCollection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlCollection)] [ComVisible(true)] [Guid("F96D6284-B837-48AE-9BB6-ABEAC9B04049")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class PkiCrlCollection : System.Collections.ObjectModel.Collection<IPkiCrl>, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlCollection, System.Collections.Generic.ICollection<IPkiCrl>, System.Collections.Generic.IEnumerable<IPkiCrl>, System.Collections.Generic.IList<IPkiCrl>, System.Collections.Generic.IReadOnlyCollection<IPkiCrl>, System.Collections.Generic.IReadOnlyList<IPkiCrl>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlCollection)] [ComVisible(true)] [Guid("F96D6284-B837-48AE-9BB6-ABEAC9B04049")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class PkiCrlCollection : public System.Collections.ObjectModel.Collection<IPkiCrl>, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCrlCollection, System.Collections.Generic.ICollection<IPkiCrl>, System.Collections.Generic.IEnumerable<IPkiCrl>, System.Collections.Generic.IList<IPkiCrl>, System.Collections.Generic.IReadOnlyCollection<IPkiCrl>, System.Collections.Generic.IReadOnlyList<IPkiCrl>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList