Compartilhar via


CertificateRequestProperties.UseExistingKey Propriedade

Definição

Obtém ou define se a chave existente deve ser usada.

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 da propriedade

Boolean

bool

True se estiver usando a chave existente; caso contrário, false.

Aplica-se a