User.removeCertificate()
Method
Related Form
Declaration
UserremoveCertificate
(
int id)
throws ConfigurationException
UserremoveCertificates
(
int[] ids)
throws ConfigurationException
Purpose
Remarks
These methods use internal certificate ID numbers to select the certificates to remove; see UserCertificate.getId().
These methods return the User object, so programs can conveniently chain additional method calls to the return value.
Parameter |
Description |
|
Remove the user certificate with this certificate ID. |
|
Remove the user certificates with these certificate IDs. |
See Also
For the corresponding browser page, see Existing Users in
For background information, see Users in
.