Discuss this help topic in SecureBlackbox Forum

TElCustomCertStorage.Options

TElCustomCertStorage     See also     


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


This topic is under development…

Declaration

[C#/Java]
    TSBCertStorageOptions Options;
    TSBCertStorageOptions = short;
    
    TSBCertStorageOptions represents a bit mask which contains zero or more bit flags as defined by TSBCertStorageOption.

[VB.NET]
    Property Options As TSBCertStorageOptions
    TSBCertStorageOptions As SmallInt
    
    TSBCertStorageOptions represents a bit mask which contains zero or more bit flags as defined by TSBCertStorageOption.

[Pascal]
    property Options : TSBCertStorageOptions;
    TSBCertStorageOptions = set of TSBCertStorageOption;

[C++]
    TSBCertStorageOptions get_Options();
    void set_Options(TSBCertStorageOptions Value);

[PHP]
    integer get_Options()
    void set_Options(integer $Value)

Possible values:

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum