Partager via


CertificateRequestProperties.UseExistingKey Propriété

Définition

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.

S’applique à