CertificateKeyUsages.EncipherOnly Property

Definition

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.

Applies to