Inserts the certificate object to this collection if its value is not already present.
[C#] bool Insert(int index, X509Certificate2 cert) [Visual Basic] Function Insert(index As Integer, cert As X509Certificate2) As Boolean
bool Insert(int index, X509Certificate2 cert)
Function Insert(index As Integer, cert As X509Certificate2) As Boolean
may throw Exception()
This method adds the certificate object to the collection if its value is not already present.
None.