Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.DateLookupOptions

TElCertificateLookup     See also     


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


Parameters for searching by date.

Declaration

[C#]
    TSBDateLookupOptions DateLookupOptions;

[VB.NET]
    Property DateLookupOptions As TSBDateLookupOptions

[Pascal]
    property DateLookupOptions : TSBDateLookupOptions;
    TSBDateLookupOptions = set of TSBDateLookupOption;

[C++]
    TSBDateLookupOptions get_DateLookupOptions();
    void set_DateLookupOptions(TSBDateLookupOptions Value);

[PHP]
    integer get_DateLookupOptions()
    void set_DateLookupOptions(integer $Value)

[Java]
    short getDateLookupOptions();
    void setDateLookupOptions(short Value);

Values:

Here 'Cert' means the certificate, which is processed.

TSBDateLookupOptions values

Description

    Use this property to define validity period that certificates must have.

    Note, setting of DateLookupOptions differs for VCL and .NET versions. To enable some option in .NET use bitwise OR operation, for example ‘dloBefore | dloAfter | dloBetween’.

See also:     ValidFrom     ValidTo     KeySizeLookupOption     KeyUsageLookupOptions    

Discuss this help topic in SecureBlackbox Forum