EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateLookup.Options

TElCertificateLookup     See also    


 

Defines search options.

 
 

Declaration

[C#]
    TSBLookupOptions Options;

Represents a bit mask which contains zero or more bit flags as defined by TSBLookupOption

[VB.NET]
    Property Options As TSBLookupOptions;

Represents a bit mask which contains zero or more bit flags as defined by TSBLookupOption

[Pascal]
    property Options : TSBLookupOptions;
    TSBLookupOptions = set of TSBLookupOption;

[VB6]
    Property IElCertificateLookupX.Options As TxSBLookupOptions

    TxSBLookupOptions As Long

Represents a bit mask which contains zero or more bit flags as defined by TSBLookupOption

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

    typedef long TxSBLookupOptions

Represents a bit mask which contains zero or more bit flags as defined by TSBLookupOption

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
loExactMatch = SmallInt(1) loExactMatch loExactMatch = 1 Requires exact match.
loMatchAll = SmallInt(2) loMatchAll loMatchAll = 2 Certificate must match all criteria if this option is included. If not set, certificate must match at least one criterion.
loCompareRDNAsStrings = SmallInt(3) loCompareRDNAsStrings loCompareRDNAsStrings = 3 Matches issuer's RDN.
Declared in
[.NET] [Pascal]
Namespace: SBCustomCertStorage
Assembly: SecureBlackbox
Unit: SBCustomCertStorage

 
 

Description

    Use this property to determine options of search.

    Note:  Options assigning differs for VCL and ActiveX and .NET versions. To enable several options in ActiveX and .NET use bitwise OR operation, for example "loExactMatch | loMatchAll".

 
 

See also:     Criteria    

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