CertificateKeyUsages.DataEncipherment Property

Definition

Gets or sets if the key is for data encipherment.

public:
 property bool DataEncipherment { bool get(); void set(bool value); };
bool DataEncipherment();

void DataEncipherment(bool value);
public bool DataEncipherment { get; set; }
var boolean = certificateKeyUsages.dataEncipherment;
certificateKeyUsages.dataEncipherment = boolean;
Public Property DataEncipherment As Boolean

Property Value

Boolean

bool

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

Applies to