CertificateStore.Add(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.
Ajoute un certificat au magasin de certificats.
public:
virtual void Add(Certificate ^ certificate) = Add;
void Add(Certificate const& certificate);
public void Add(Certificate certificate);
function add(certificate)
Public Sub Add (certificate As Certificate)
Paramètres
- certificate
- Certificate
Certificat à ajouter au magasin de certificats.