SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onPasswordChangeRequest (event)

Signals that the server requests a password change.

Syntax

- (void)onPasswordChangeRequest:(NSString*)prompt :(NSString**)newPassword :(int*)cancel;
func onPasswordChangeRequest(_ prompt: String, _ newPassword: inout NSString?, _ cancel: inout Int32)

Remarks

The class fires this event to pass the password change request from the server to the application. This event is fired during the SSH handshake.

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