IConnection.GetDeviceFingerprint()

DESCRIPTION

Get the full fingerprint of the remote device public key. The fingerprint is used to validate the identity of the remote device.

DECLARATION

System.String GetDeviceFingerprint()

ERRORS

  • T:Nabto.Edge.Client.NabtoException: Thrown with error code INVALID_STATE if the connection is not established.
  • T:Nabto.Edge.Client.NabtoException: Thrown with error code STOPPED if the connection or the parent client instance are stopped.
  • T:Nabto.Edge.Client.NabtoException: Thrown with error code NONE if no fingerprint is available.

RETURNS

The fingerprint encoded as hex.