Discuss this help topic in SecureBlackbox Forum

TElExtendedKeyUsageExtension.TimeStamping

TElExtendedKeyUsageExtension     See also     


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


This property defines whether certificate is intended for time stamping.

Declaration

[C#]
    bool TimeStamping;

[VB.NET]
    Property TimeStamping As Boolean

[Pascal]
    property TimeStamping : boolean;

[C++]
    bool get_TimeStamping();
    void set_TimeStamping(bool Value);

[PHP]
    bool get_TimeStamping()
    void set_TimeStamping(bool $Value)

[Java]
    boolean getTimeStamping();
    void setTimeStamping(boolean Value);

Description

    This property defines whether certificate is intended for time stamping.

See also:     ClientAuthentication     CodeSigning     EmailProtection     ServerAuthentication    

Discuss this help topic in SecureBlackbox Forum