Represents a collection of X509Certificate2 objects.

System.Object
    WebSupergoo.ABCpdf13.Objects.Signature.CertificateCollection

 

   
   
Method Description
Throws Exceptions CertificateCollection CertificateCollection Constructor.
Throws Exceptions Add Adds the certificate object to this collection if its value is not already present.
Throws Exceptions AddOrImportRange Adds the certificate objects or imports the certificates from the files to this collection for those whose values are not already present.
Throws Exceptions AddRange Adds the certificate objects to this collection for those whose values are not already present.
Clear Removes all contained certificate objects.
Throws Exceptions Contains Determines whether this collection contains the certificate object's value.
GetHashCode Calculates a hash value based on the values of the contained certificate objects.
Throws Exceptions Import Imports the certificates from the file for those whose values are not already present.
Throws Exceptions ImportAt Imports at the specified position the certificates from the file for those whose values are not already present.
Throws Exceptions IndexOf Gets the index of the certificate object's value.
Throws Exceptions Insert Inserts the certificate object to this collection if its value is not already present.
Throws Exceptions InsertRange Inserts the certificate objects to this collection for those whose values are not already present.
Throws Exceptions RemoveAt Removes the certificate object at the specified index.

 

   
   
Property Description
Count The number of certificate objects.