remove_at


Description:

public bool remove_at (int index)

Removes a Certificate from the CertificateList at the specified index.

Parameters:

this

a CertificateList

index

index of the certificate to remove

Returns:

true if a Certificate was removed or false otherwise.