CertificateKeyUsages.KeyEncipherment Property

Definition

Gets or sets if the key is for key encipherment.

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

Property Value

Boolean

bool

True if the key is for key encipherment; otherwise, false.

Applies to