Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.CacheEncryptionKey

TElDefaultDataStorageSecurityHandler     See also     


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


Specifies if encryption key should be cached.

Declaration

[C#]
    bool CacheEncryptionKey;

[VB.NET]
    Property CacheEncryptionKey As Boolean

[Pascal]
    property CacheEncryptionKey : boolean;

[C++]
    bool get_CacheEncryptionKey();
    void set_CacheEncryptionKey(bool Value);

[PHP]
    bool get_CacheEncryptionKey()
    void set_CacheEncryptionKey(bool $Value)

[Java]
    boolean getCacheEncryptionKey();
    void setCacheEncryptionKey(boolean Value);

Description

    Use this property to specify if encryption key should be cached.

See also:     GenericEncryptionKey     GenericEncryptionKeyUsed    

Discuss this help topic in SecureBlackbox Forum