CertificateStore.Delete(Certificate) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un certificat du magasin de certificats.
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)
Paramètres
- certificate
- Certificate
Certificat à supprimer du magasin de certificats.