CertificateKeyUsages.KeyCertificateSign Property

Definition

Gets or sets if the key is for key certificate sign.

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

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

Property Value

Boolean

bool

True if the key is for key certificate sign; otherwise, false.

Applies to