System.Tether.Manager.TTetheringAdapter.GetHash

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHash(const Data: string): string;

C++

System::UnicodeString __fastcall GetHash(const System::UnicodeString Data);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Returns an SHA-1 hash of the specified string.

See Also