
public class X509AlternativeNameCollection : BasicCollection<X509AlternativeName>Public Class X509AlternativeNameCollection
	Inherits BasicCollection(Of X509AlternativeName)public ref class X509AlternativeNameCollection : public BasicCollection<X509AlternativeName^>type X509AlternativeNameCollection = 
    class
        inherit BasicCollection<X509AlternativeName>
    end| X509AlternativeNameCollection | Initializes a new instance of the X509AlternativeNameCollection class without any X509AlternativeName information. | 
| X509AlternativeNameCollection(IEnumerableX509AlternativeName) | Initializes a new instance of the X509AlternativeNameCollection class from an array of X509AlternativeName objects. | 
| Count | (Inherited from BasicCollectionT) | 
| IsReadOnly | (Inherited from BasicCollectionT) | 
| Item | (Inherited from BasicCollectionT) | 
| Add | (Inherited from BasicCollectionT) | 
| AddRange | (Inherited from BasicCollectionT) | 
| Clear | (Inherited from BasicCollectionT) | 
| Contains | (Inherited from BasicCollectionT) | 
| CopyTo | (Inherited from BasicCollectionT) | 
| Decode | Decodes ASN.1 encoded byte array to an array of X509AlternativeName objects. | 
| Encode | Encodes an array of X509AlternativeName to an 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) |