keyboardInteractivePromptEcho (property)

Specifies if the client should echo the value entered by the user or not.

Syntax

- (BOOL)keyboardInteractivePromptEcho:(int)promptIndex;
- (void)setKeyboardInteractivePromptEcho:(int)promptIndex:(BOOL)newKeyboardInteractivePromptEcho;
public func keyboardInteractivePromptEcho(promptIndex: Int32) throws -> Bool
public func setKeyboardInteractivePromptEcho(promptIndex: Int32, newKeyboardInteractivePromptEcho: Bool) throws -> Void

Default Value

FALSE

Remarks

Specifies if the client should echo the value entered by the user or not.

The PromptIndex parameter specifies the index of the item in the array. The size of the array is controlled by the KeyboardInteractivePromptCount property.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 iOS Edition - Version 20.0 [Build 8501]