'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCertificateCollection)> <ComVisibleAttribute(True)> <GuidAttribute("BE701FDA-6528-4AFA-AF57-FE7229D6C553")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class PkiCertificateCollection Inherits System.Collections.ObjectModel.Collection(Of IPkiCertificate) Implements OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCertificateCollection, System.Collections.Generic.ICollection(Of IPkiCertificate), System.Collections.Generic.IEnumerable(Of IPkiCertificate), System.Collections.Generic.IList(Of IPkiCertificate), System.Collections.Generic.IReadOnlyCollection(Of IPkiCertificate), System.Collections.Generic.IReadOnlyList(Of IPkiCertificate), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As PkiCertificateCollection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCertificateCollection)] [ComVisible(true)] [Guid("BE701FDA-6528-4AFA-AF57-FE7229D6C553")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class PkiCertificateCollection : System.Collections.ObjectModel.Collection<IPkiCertificate>, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCertificateCollection, System.Collections.Generic.ICollection<IPkiCertificate>, System.Collections.Generic.IEnumerable<IPkiCertificate>, System.Collections.Generic.IList<IPkiCertificate>, System.Collections.Generic.IReadOnlyCollection<IPkiCertificate>, System.Collections.Generic.IReadOnlyList<IPkiCertificate>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCertificateCollection)] [ComVisible(true)] [Guid("BE701FDA-6528-4AFA-AF57-FE7229D6C553")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class PkiCertificateCollection : public System.Collections.ObjectModel.Collection<IPkiCertificate>, OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.ComTypes._PkiCertificateCollection, System.Collections.Generic.ICollection<IPkiCertificate>, System.Collections.Generic.IEnumerable<IPkiCertificate>, System.Collections.Generic.IList<IPkiCertificate>, System.Collections.Generic.IReadOnlyCollection<IPkiCertificate>, System.Collections.Generic.IReadOnlyList<IPkiCertificate>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList