CertificateKeyUsages.EncipherOnly 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 encipher only.
public:
property bool EncipherOnly { bool get(); void set(bool value); };
bool EncipherOnly();
void EncipherOnly(bool value);
public bool EncipherOnly { get; set; }
var boolean = certificateKeyUsages.encipherOnly;
certificateKeyUsages.encipherOnly = boolean;
Public Property EncipherOnly As Boolean
Property Value
Boolean
bool
True if the key is for encipher only; otherwise, false.