CertificateKeyUsages.DataEncipherment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.