C# Class System.Security.Cryptography.X509Certificates.Tests.CollectionTests

Show file Open project: dotnet/corefx

Public Methods

Method Description
X509ChainElementCollection_CopyTo_NonZeroLowerBound_ThrowsIndexOutOfRangeException ( ) : void

Private Methods

Method Description
AddDoesNotClone ( ) : void
ExportCert ( ) : void
ExportCert_SecureString ( ) : void
ExportEmpty_Cert ( ) : void
ExportEmpty_Pkcs12 ( ) : void
ExportMultiplePrivateKeys ( ) : void
ExportPkcs7 ( ) : void
ExportSerializedCert_Unix ( ) : void
ExportSerializedCert_Windows ( ) : void
ExportSerializedStore_Unix ( ) : void
ExportSerializedStore_Windows ( ) : void
ExportUnrelatedPfx ( ) : void
ImportFromFileTests ( X509KeyStorageFlags storageFlags ) : void
ImportInvalidData ( ) : void
ImportMultiplePrivateKeysPfx ( ) : void
ImportStoreSavedAsCerData ( ) : void
ImportStoreSavedAsPfxData ( ) : void
ImportStoreSavedAsSerializedCerData_Unix ( ) : void
ImportStoreSavedAsSerializedCerData_Windows ( ) : void
ImportStoreSavedAsSerializedStoreData_Unix ( ) : void
ImportStoreSavedAsSerializedStoreData_Windows ( X509KeyStorageFlags keyStorageFlags ) : void
MultipleImport ( ) : void
TestExportSingleCert ( X509ContentType ct ) : void
TestExportSingleCert ( X509ContentType ct, X509Certificate2 pfxCer ) : void
TestExportSingleCert_SecureStringPassword ( X509ContentType ct ) : void
TestExportStore ( X509ContentType ct ) : void
TestNonGenericEnumerator ( IEnumerator e, object c1, object c2, object c3 ) : void
ToArray ( this col ) : X509Certificate2[]
X509Certificate2CollectionConstructors ( ) : void
X509Certificate2CollectionContains ( ) : void
X509Certificate2CollectionCopyTo ( ) : void
X509Certificate2CollectionEnumerator ( ) : void
X509Certificate2CollectionEnumeratorModification ( ) : void
X509Certificate2CollectionGetHashCode ( ) : void
X509Certificate2CollectionIndexer ( ) : void
X509Certificate2CollectionInsert ( ) : void
X509Certificate2CollectionRemoveRangeArray ( ) : void
X509Certificate2CollectionRemoveRangeCollection ( ) : void
X509Certificate2CollectionThrowsArgumentNullException ( ) : void
X509Certificate2CollectionThrowsArgumentOutOfRangeException ( ) : void
X509CertificateCollectionAdd ( ) : void
X509CertificateCollectionAsIList ( ) : void
X509CertificateCollectionAsIListBogusEntry ( ) : void
X509CertificateCollectionConstructors ( ) : void
X509CertificateCollectionContains ( ) : void
X509CertificateCollectionCopyTo ( ) : void
X509CertificateCollectionEnumerator ( ) : void
X509CertificateCollectionEnumeratorModification ( ) : void
X509CertificateCollectionGetHashCode ( ) : void
X509CertificateCollectionIndexOf ( ) : void
X509CertificateCollectionIndexer ( ) : void
X509CertificateCollectionInsertAndClear ( ) : void
X509CertificateCollectionRemove ( ) : void
X509CertificateCollectionRemoveAt ( ) : void
X509CertificateCollectionSyncRoot ( ) : void
X509CertificateCollectionThrowsArgumentNullException ( ) : void
X509CertificateCollectionThrowsArgumentOutOfRangeException ( ) : void
X509CertificateCollectionsProperties ( ) : void
X509ChainElementCollection_IndexerVsEnumerator ( ) : void
X509ExtensionCollection_CopyTo_NonZeroLowerBound_ThrowsIndexOutOfRangeException ( ) : void
X509ExtensionCollection_OidIndexer_ByOidFriendlyName ( ) : void
X509ExtensionCollection_OidIndexer_ByOidValue ( ) : void
X509ExtensionCollection_OidIndexer_NoMatchByFriendlyName ( ) : void
X509ExtensionCollection_OidIndexer_NoMatchByValue ( ) : void

Method Details

X509ChainElementCollection_CopyTo_NonZeroLowerBound_ThrowsIndexOutOfRangeException() public static method