EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateLookup.KeySizeLookupOption

TElCertificateLookup     See also    


 

Specifies parameter for searching by key size.

 
 

Declaration

[C#]
    TSBKeySizeLookupOption KeySizeLookupOption;

[VB.NET]
    Property KeySizeLookupOption As TSBKeySizeLookupOption

[Pascal]
    property KeySizeLookupOption : TSBKeySizeLookupOption;

[VB6]
    Property IElCertificateLookupX.KeySizeLookupOption As TxSBKeySizeLookupOption

[ActiveX]
    HRESULT _stdcall IElCertificateLookupX.KeySizeLookupOption([in] TxSBKeySizeLookupOption Value );
    HRESULT _stdcall IElCertificateLookupX.KeySizeLookupOption([out, retval] TxSBKeySizeLookupOption * Value );

[DLL]
    not implemented;
 
 

Values:

[.NET] [ActiveX] [Pascal] Description
ksloSmaller = 0 ksloSmaller Public key must be smaller than PublicKeySizeMax value.
ksloGreater = 1 ksloGreater Public key must be greater than PublicKeySizeMin value.
ksloBetween = 2 ksloBetween Public key must lie between PublicKeySizeMin and PublicKeySizeMax values.
Declared in
[.NET] [Pascal]
Namespace: SBCustomCertStorage
Assembly: SecureBlackbox
Unit: SBCustomCertStorage

 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation