SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

AuthPublicKey Event

This event is fired on public key authentication attempt from a client.

Syntax

type TAuthPublicKeyEvent = procedure (
  Sender: TObject;
  ConnectionID: Int64;
  const Username: String;
  var Accept: Boolean
) of Object;

property OnAuthPublicKey: TAuthPublicKeyEvent read FOnAuthPublicKey write FOnAuthPublicKey;

Remarks

Username specifies client's username, and Accept is used to accept or reject authentication.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Delphi Edition - Version 20.0 [Build 8166]