SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onAuthPublicKey (event)

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

Syntax

- (void)onAuthPublicKey:(long long)connectionID :(NSString*)username :(int*)accept;
func onAuthPublicKey(_ connectionID: Int64, _ username: String, _ accept: inout Int32)

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 iOS Edition - Version 20.0 [Build 8166]