Struct PasswordPromptContext
Context for password prompts.
public struct PasswordPromptContext
- Inherited Members
Properties
Attempt
Gets the attempt number (1-based).
public readonly int Attempt { get; }
Property Value
ConnectionInfo
Gets the SSH connection information.
public readonly SshConnectionInfo ConnectionInfo { get; }
Property Value
IsBatchMode
Returns whether batch (non-interactive) mode is enabled.
public bool IsBatchMode { get; }
Property Value
Remarks
In batch mode the PasswordPrompt delegate mustn't make interactive prompts.