SshAuthenticationRequestItem.IsSecret Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
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). |