CertificateKeyUsages.KeyEncipherment 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 si la clé est destinée au chiffrement de clé.
public:
property bool KeyEncipherment { bool get(); void set(bool value); };
bool KeyEncipherment();
void KeyEncipherment(bool value);
public bool KeyEncipherment { get; set; }
var boolean = certificateKeyUsages.keyEncipherment;
certificateKeyUsages.keyEncipherment = boolean;
Public Property KeyEncipherment As Boolean
Valeur de propriété
Boolean
bool
True si la clé est destinée au chiffrement de clé ; sinon, false.