Removes the certificate object at the specified index.

 

   

Syntax
 

[C#]
void RemoveAt(int index)

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
index The index into this collection.

 

   

Notes
 

This method removes the certificate object at the specified index.

 

   

Example
 

None.