Discuss this help topic in SecureBlackbox Forum

TElKeyUsageExtension.KeyAgreement

TElKeyUsageExtension     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property is set when the subject public key is used for key agreement. For example, when a Diffie-Hellman key is to be used for key management, then this property shall be set.

Declaration

[C#]
    bool KeyAgreement;

[VB.NET]
    Property KeyAgreement As Boolean

[Pascal]
    property KeyAgreement : boolean;

[C++]
    bool get_KeyAgreement();
    void set_KeyAgreement(bool Value);

[PHP]
    bool get_KeyAgreement()
    void set_KeyAgreement(bool $Value)

[Java]
    boolean getKeyAgreement();
    void setKeyAgreement(boolean Value);

Description

    This property is set when the subject public key is used for key agreement. For example, when a Diffie-Hellman key is to be used for key management, then this property shall be set.

Discuss this help topic in SecureBlackbox Forum