CertificateRequestProperties.UseExistingKey Propriété
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.
Obtient ou définit s’il faut utiliser la clé existante.
public:
property bool UseExistingKey { bool get(); void set(bool value); };
bool UseExistingKey();
void UseExistingKey(bool value);
public bool UseExistingKey { get; set; }
var boolean = certificateRequestProperties.useExistingKey;
certificateRequestProperties.useExistingKey = boolean;
Public Property UseExistingKey As Boolean
Valeur de propriété
Boolean
bool
True si vous utilisez la clé existante ; sinon, false.