identity property
Remote node identity, resolved at accept time via a WhoIs lookup.
Populated for connections accepted by a TailscaleListener when the
remote IP maps to a known tailnet node. Null for outbound dials, and
null when the accept-time lookup found nothing or failed — resolution
is best-effort and never blocks an accept. For a hard identity check
you can still call Tailscale.instance.whois(remote.address).
Implementation
TailscaleNodeIdentity? get identity;