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 codeINVALID_STATEif the connection is not established.T:Nabto.Edge.Client.NabtoException: Thrown with error codeSTOPPEDif the connection or the parent client instance are stopped.T:Nabto.Edge.Client.NabtoException: Thrown with error codeNONEif no fingerprint is available.
RETURNS
The fingerprint encoded as hex.