CertificateKeyUsages.KeyAgreement Property

Definition

Gets or sets if the key is for key agreement.

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

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

Property Value

Boolean

bool

True if the key is for key agreement; otherwise, false.

Applies to