System.Tether.Manager.TTetheringProtocol.CheckPassword

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CheckPassword(const APassword, Seed: string): Boolean;

C++

bool __fastcall CheckPassword(const System::UnicodeString APassword, const System::UnicodeString Seed);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


説明

指定されたハッシュと、プロトコル アダプタに対するマネージャパスワードと指定されたシードを連結したハッシュとで一致した場合、True を返します。 そうでなければ、False を返します。

関連項目