Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.GenericEncryptionKeyUsed

TElDefaultDataStorageSecurityHandler     See also     


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


Specifies if generic encryption key is used.

Declaration

[C#]
    bool GenericEncryptionKeyUsed;

[VB.NET]
    Property GenericEncryptionKeyUsed As Boolean

[Pascal]
    property GenericEncryptionKeyUsed : boolean;

[C++]
    bool get_GenericEncryptionKeyUsed();

[PHP]
    bool get_GenericEncryptionKeyUsed()

[Java]
    boolean getGenericEncryptionKeyUsed();

Description

    Use this property to specify if generic encryption key is used.

See also:     GenericEncryptionKey    

Discuss this help topic in SecureBlackbox Forum