Discuss this help topic in SecureBlackbox Forum

TElKeyUsageExtension.DecipherOnly

TElKeyUsageExtension     See also     


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


The meaning of the DecipherOnly property is undefined if the KeyAgreement property is not set. When the DecipherOnly property is set and the KeyAgreement bit is also set, the subject private key may be used only for deciphering data while performing key agreement.

Declaration

[C#]
    bool DecipherOnly;

[VB.NET]
    Property DecipherOnly As Boolean

[Pascal]
    property DecipherOnly : boolean;

[C++]
    bool get_DecipherOnly();
    void set_DecipherOnly(bool Value);

[PHP]
    bool get_DecipherOnly()
    void set_DecipherOnly(bool $Value)

[Java]
    boolean getDecipherOnly();
    void setDecipherOnly(boolean Value);

Description

    The meaning of the DecipherOnly property is undefined if the KeyAgreement property is not set. When the DecipherOnly property is set and the keyAgreement bit is also set, the subject private key may be used only for deciphering data while performing key agreement.

See also:     EncipherOnly    

Discuss this help topic in SecureBlackbox Forum