
public class X509CRLEntryCollection : BasicCollection<X509CRLEntry>Public Class X509CRLEntryCollection
	Inherits BasicCollection(Of X509CRLEntry)public ref class X509CRLEntryCollection : public BasicCollection<X509CRLEntry^>type X509CRLEntryCollection = 
    class
        inherit BasicCollection<X509CRLEntry>
    end| X509CRLEntryCollection | Initializes a new instance of the X509CRLEntryCollection class without any X509CRLEntry information. | 
| X509CRLEntryCollection(IEnumerableX509CRLEntry) | Initializes a new instance of the X509CRLEntryCollection class from an array of X509CRLEntry objects and closes collection (makes it read-only). | 
| Count | (Inherited from BasicCollectionT) | 
| IsReadOnly | (Inherited from BasicCollectionT) | 
| ItemInt32 | (Inherited from BasicCollectionT) | 
| ItemString | Gets an X509CRLEntry object from the X509CRLEntryCollection object by revoked certificate's serial number. | 
| Add | (Inherited from BasicCollectionT) | 
| AddRange | (Inherited from BasicCollectionT) | 
| Clear | (Inherited from BasicCollectionT) | 
| Contains | (Inherited from BasicCollectionT) | 
| CopyTo | (Inherited from BasicCollectionT) | 
| Decode(Asn1Reader) | Decodes a ASN.1-encoded byte array that contains revoked certificate information to a collection. | 
| Decode(Byte) | Decodes a ASN.1-encoded byte array that contains revoked certificate information to a collection. | 
| Encode | Encodes a collection of X509CRLEntry objects to a ASN.1-encoded byte array. | 
| Equals | (Inherited from Object) | 
| Finalize | (Inherited from Object) | 
| GetEnumerator | (Inherited from BasicCollectionT) | 
| GetHashCode | (Inherited from Object) | 
| GetType | (Inherited from Object) | 
| IndexOf | (Inherited from BasicCollectionT) | 
| Insert | (Inherited from BasicCollectionT) | 
| MemberwiseClone | (Inherited from Object) | 
| Remove | (Inherited from BasicCollectionT) | 
| RemoveAt | (Inherited from BasicCollectionT) | 
| ToString | (Inherited from Object) | 
| InternalList | Gets internal list. (Inherited from BasicCollectionT) |