Condividi tramite


CertificateKeyUsages.KeyAgreement Proprietà

Definizione

Ottiene o imposta se la chiave è per il contratto chiave.

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

Valore della proprietà

Boolean

bool

True se la chiave è per il contratto chiave; in caso contrario, false.

Si applica a