Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorageEncodingHandler.GetOID

TElCustomDataStorageEncodingHandler     See also     


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


Returns handler's identifier.

Declaration

[C#]
    byte[] GetOID();

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

[Pascal]
    function GetOID : ByteArray; virtual;

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

[PHP]
    string GetOID()

[Java]
    byte[] getOID();

Return value

    Returns OID of the handler.

Description

    This method is used to get OID of the handler.

See also:     GetDescription    

Discuss this help topic in SecureBlackbox Forum