Discuss this help topic in SecureBlackbox Forum

TElGSSBaseMechanism.GetMechOIDByHash

TElGSSBaseMechanism     See also     


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


This topic is under development…

Declaration

[C#]
    byte[] GetMechOIDByHash(byte[] Hash);

[VB.NET]
    Function GetMechOIDByHash(ByVal Hash As Byte()) As Byte()

[Pascal]
    function GetMechOIDByHash(const Hash : ByteArray) : ByteArray;

[C++]
    void GetMechOIDByHash(const std::vector<uint8_t> &Hash, std::vector<uint8_t> &OutResult);

[PHP]
    string GetMechOIDByHash(array of byte|string|NULL $Hash)

[Java]
    not available

Parameters

  • Hash -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum