Discuss this help topic in SecureBlackbox Forum

TElKeyUsageExtension.EncipherOnly

TElKeyUsageExtension     See also     


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


The meaning of the EncipherOnly property is undefined if the KeyAgreement property is not set. When the EncipherOnly property is set and the KeyAgreement property is also set, the subject public key may be used only for enciphering data while performing key agreement.

Declaration

[C#]
    bool EncipherOnly;

[VB.NET]
    Property EncipherOnly As Boolean

[Pascal]
    property EncipherOnly : boolean;

[C++]
    bool get_EncipherOnly();
    void set_EncipherOnly(bool Value);

[PHP]
    bool get_EncipherOnly()
    void set_EncipherOnly(bool $Value)

[Java]
    boolean getEncipherOnly();
    void setEncipherOnly(boolean Value);

Description

    The meaning of the EncipherOnly property is undefined if the KeyAgreement property is not set. When the EncipherOnly property is set and the KeyAgreement property is also set, the subject public key may be used only for enciphering data while performing key agreement.

See also:     DecipherOnly    

Discuss this help topic in SecureBlackbox Forum