Discuss this help topic in SecureBlackbox Forum

TElCertificateLookup.KeySizeLookupOption

TElCertificateLookup     See also     


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


Specifies parameter for searching by key size.

Declaration

[C#]
    TSBKeySizeLookupOption KeySizeLookupOption;

[VB.NET]
    Property KeySizeLookupOption As TSBKeySizeLookupOption

[Pascal]
    property KeySizeLookupOption : TSBKeySizeLookupOption;

[C++]
    TSBKeySizeLookupOption get_KeySizeLookupOption();
    void set_KeySizeLookupOption(TSBKeySizeLookupOption Value);

[PHP]
    integer get_KeySizeLookupOption()
    void set_KeySizeLookupOption(integer $Value)

[Java]
    TSBKeySizeLookupOption getKeySizeLookupOption();
    void setKeySizeLookupOption(TSBKeySizeLookupOption Value);

Values:

Description

    Use this property to determine if key size must be greater than PublicKeySizeMin value or smaller than PublicKeySizeMax value, or be in range of PublicKeySizeMin and PublicKeySizeMax.

See also:     PublicKeySizeMin     PublicKeySizeMax     DateLookupOptions     KeyUsageLookupOptions    

Discuss this help topic in SecureBlackbox Forum