Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorage.GetProtectionInfo

TElCustomDataStorage     


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


Returns protection info for data storage object.

Declaration

[VB.NET]
    Function GetProtectionInfo(ByVal Obj As TElCustomDataStorageObject) As TElCustomDataStorageSecurityHandler

[Pascal]
    function GetProtectionInfo(Obj : TElCustomDataStorageObject) : TElCustomDataStorageSecurityHandler;

Parameters

  • Obj - Data object for which protection info is requested

Return value

    Instance of TElCustomDataStorageSecurityHandler class containing protection information for the object.

Description

    Use this method to get protection info for data storage object.

Discuss this help topic in SecureBlackbox Forum