Discuss this help topic in SecureBlackbox Forum

TElKeyUsageExtension.KeyEncipherment

TElKeyUsageExtension     See also     


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


This property is set when the subject private key is used for key transport. For example, when an RSA key is to be used for key management, then this property shall be set.

Declaration

[C#]
    bool KeyEncipherment;

[VB.NET]
    Property KeyEncipherment As Boolean

[Pascal]
    property KeyEncipherment : boolean;

[C++]
    bool get_KeyEncipherment();
    void set_KeyEncipherment(bool Value);

[PHP]
    bool get_KeyEncipherment()
    void set_KeyEncipherment(bool $Value)

[Java]
    boolean getKeyEncipherment();
    void setKeyEncipherment(boolean Value);

Description

    This property is set when the subject private key is used for key transport. For example, when an RSA key is to be used for key management, then this property shall be set.

See also:     DataEncipherment    

Discuss this help topic in SecureBlackbox Forum