Removes the certificate object at the specified index.

 

   

Syntax
 

[C#]
void RemoveAt(int index)
[Visual Basic]
Sub RemoveAt(index As Integer)

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.