CertificateRequestProperties.UseExistingKey Proprietà

Definizione

Ottiene o imposta se usare la chiave esistente.

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

Valore della proprietà

Boolean

bool

True se si usa la chiave esistente; in caso contrario, false.

Si applica a