Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.PeerVerificationCallback

vncsdk.Viewer.PeerVerificationCallback

Callback receiving verification requests to check the peer’s identity.

Method Summary

Modifier and Type Method and Description

cancelPeerVerification(viewer)

Notification to cancel a prior request for peer verification.

verifyPeer(viewer, hexFingerprint, catchphraseFingerprint, serverRsaPublic)

Request to verify the identity of the peer (the server).

Methods

Viewer.PeerVerificationCallback.cancelPeerVerification(viewer)

Notification to cancel a prior request for peer verification.

For more information, see vnc_Viewer_PeerVerificationCallback::cancelPeerVerification.

Arguments:
Returns:

Ignored

Viewer.PeerVerificationCallback.verifyPeer(viewer, hexFingerprint, catchphraseFingerprint, serverRsaPublic)

Request to verify the identity of the peer (the server).

For more information, see vnc_Viewer_PeerVerificationCallback::verifyPeer.

Arguments:
Returns:

Ignored

×