Learn how to evaluate and integrate the VNC SDK
Viewer.PeerVerificationCallback¶
-
vncsdk.Viewer.PeerVerificationCallback¶ Callback receiving verification requests to check the peer’s identity.
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
Notification to cancel a prior request for peer verification. |
|
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: - viewer (
vncsdk.Viewer) –
Returns: Ignored
- viewer (
-
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: - viewer (
vncsdk.Viewer) – - hexFingerprint (string or null) –
- catchphraseFingerprint (string or null) –
- serverRsaPublic (
vncsdk.DataBuffer) –
Returns: Ignored
- viewer (