Discuss this help topic in SecureBlackbox Forum

TElKeyUsageExtension.DataEncipherment

TElKeyUsageExtension     See also     


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


This property is set when the public key is used for enciphering user data, other than cryptographic keys.

Declaration

[C#]
    bool DataEncipherment;

[VB.NET]
    Property DataEncipherment As Boolean

[Pascal]
    property DataEncipherment : boolean;

[C++]
    bool get_DataEncipherment();
    void set_DataEncipherment(bool Value);

[PHP]
    bool get_DataEncipherment()
    void set_DataEncipherment(bool $Value)

[Java]
    boolean getDataEncipherment();
    void setDataEncipherment(boolean Value);

Description

    This property is set when the subject public key is used for enciphering user data, other than cryptographic keys.

See also:     KeyEncipherment    

Discuss this help topic in SecureBlackbox Forum