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