EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateLookup.KeyUsageLookupOptions

TElCertificateLookup     See also    


 

Parameter for searching by key usage.

 
 

Declaration

[C#]
    TSBKeyUsageLookupOptions KeyUsageLookupOptions;

    TSBKeyUsageLookupOptions = SmallInt;
      kuloMatchAll = SmallInt(1);

[VB.NET]
    Property KeyUsageLookupOptions As TSBKeyUsageLookupOptions

    TSBKeyUsageLookupOptions As SmallInt
    Const kuloMatchAll As SmallInt = 1

[Pascal]
    property KeyUsageLookupOptions : TSBKeyUsageLookupOptions;
    TSBKeyUsageLookupOptions = set of TSBKeyUsageLookupOption;

[VB6]
    Property IElCertificateLookupX.KeyUsageLookupOptions As TxSBKeyUsageLookupOptions

    TxSBKeyUsageLookupOptions As Long

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

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

    typedef long TxSBKeyUsageLookupOptions;

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

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
kuloMatchAll = SmallInt(1); kuloMatchAll kuloMatchAll = 1 certificate must have all key usages determined by KeyUsage property
Declared in
[.NET] [Pascal]
Namespace: SBCustomCertStorage
Assembly: SecureBlackbox
Unit: SBCustomCertStorage

 
 

Description

     Use this property to determine if certificate must have all key usages determined by KeyUsage property or at least one.

 

See also:     KeyUsage     DateLookupOptions     KeySizeLookupOption    

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