Delegate HostAuthentication
Delegate for authenticating host keys.
public delegate ValueTask<bool> HostAuthentication(HostAuthenticationContext context, CancellationToken cancellationToken)
Parameters
contextHostAuthenticationContextThe host authentication context.
cancellationTokenCancellationTokenToken to cancel the operation.