Discuss this help topic in SecureBlackbox Forum

TElCustomCertStorage.Options

TElCustomCertStorage     


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


Various options related to storage behavior in various operations

Declaration

[C#]
    TSBCertStorageOptions Options;

[VB.NET]
    Property Options As TSBCertStorageOptions

[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)

[Java]
    short getOptions();
    void setOptions(short Value);

Possible values:

TSBCertStorageOptions values

Description

Use this property to change the behavior of the storage in various operations. Individual options can be set separately or together.

Discuss this help topic in SecureBlackbox Forum