SshAuthenticationRequestItem.IsSecret Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 8.0.9673)
IsSecret
Gets a value indicating whether the response is considered secret and should not be displayed.
Declaration
public bool IsSecret { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if secret (do not display); false if not secret (safe to display). |