Dart CertificateList Control and Objects
DeleteCert Method
The Certificate to delete.
Description
Removes the Certificate from the Certificate Store.
Syntax
Visual Basic
Public Sub DeleteCert( _
   ByVal Cert As Certificate _
) 
Parameters
Cert
The Certificate to delete.
Remarks

This method is used to remove an existing certificate from a certificate store. If the certificate does not exist a certNotFound error will be thrown.  If the certificate cant be deleted a certNoDelete error will be thrown. For any other error a certError will be thrown.

Error Codes

This method may generate the following error code (refer to CertificateErrorConstants for a complete list of error codes):

See Also

CertificateStore Object  | CertificateStore Members


PowerTCP Mail for ActiveX Documentation Version 2.13
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic