Compartir a través de


CertificateRequestProperties.UseExistingKey Propiedad

Definición

Obtiene o establece si se va a usar la clave existente.

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

Valor de propiedad

Boolean

bool

True si usa la clave existente; de lo contrario, false.

Se aplica a