SshAuthenticationRequestEventArgs.Cancel Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Cancel
Gets or sets a value indicating whether to cancel the authentication.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to cancel the authentication; false to continue with the authentication (default). |