Discuss this help topic in SecureBlackbox Forum

TElKeyUsageExtension.KeyCertSign

TElKeyUsageExtension     See also     


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


This property is set when the subject private key is used for certificates signing. This bit may only be asserted in CA certificates.

Declaration

[C#]
    bool KeyCertSign;

[VB.NET]
    Property KeyCertSign As Boolean

[Pascal]
    property KeyCertSign : boolean;

[C++]
    bool get_KeyCertSign();
    void set_KeyCertSign(bool Value);

[PHP]
    bool get_KeyCertSign()
    void set_KeyCertSign(bool $Value)

[Java]
    boolean getKeyCertSign();
    void setKeyCertSign(boolean Value);

Description

    This property is set when the subject private key is used for certificates signing. This bit may only be asserted in CA certificates.

See also:     CRLSign    

Discuss this help topic in SecureBlackbox Forum