CertificateStore.Delete(Certificate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a certificate from the certificate store.
public:
virtual void Delete(Certificate ^ certificate) = Delete;
void Delete(Certificate const& certificate);
public void Delete(Certificate certificate);
function delete(certificate)
Public Sub Delete (certificate As Certificate)
Parameters
- certificate
- Certificate
The certificate to delete from the certificate store.