System.Tether.Manager.TTetheringProtocol.GetHash

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHash(const AValue: string): string;

C++

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

Properties

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

Description

Returns an SHA-1 hash of the specified string.

See Also