Discuss this help topic in SecureBlackbox Forum

TElFileDataStorage.GetProtectionInfo

TElFileDataStorage     


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


Returns protection info for data storage object.

Declaration

[C#]
    TElCustomDataStorageSecurityHandler GetProtectionInfo(string ObjName);
    TElCustomDataStorageSecurityHandler GetProtectionInfo(TElCustomDataStorageObject Obj);

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

[Pascal]
    function GetProtectionInfo(ObjName : string) : TElCustomDataStorageSecurityHandler;

[C++]
    TElCustomDataStorageSecurityHandlerHandle GetProtectionInfo(const std::string &ObjName);

[PHP]
    TElCustomDataStorageSecurityHandler GetProtectionInfo(string $ObjName)
    TElCustomDataStorageSecurityHandler GetProtectionInfo(TElCustomDataStorageObject $Obj)

[Java]
    TElCustomDataStorageSecurityHandler getProtectionInfo(String ObjName);

Parameters

  • ObjName - name of the object for which protection info is requested
  • Obj - ...

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