Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorageSecurityHandler.GetOID

TElCustomDataStorageSecurityHandler     See also     


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


Returns OID of the security handler.

Declaration

[C#]
    byte[] GetOID();

[VB.NET]
    Function GetOID() As Byte()

[Pascal]
    function GetOID : ByteArray;

[C++]
    void GetOID(std::vector<uint8_t> &OutResult);

[PHP]
    string GetOID()

[Java]
    byte[] getOID();

Return value

    OID of the handler.

Description

    Use this method to get OID (unique object identifier) of the security handler.

See also:     GetDescription    

Discuss this help topic in SecureBlackbox Forum