Learn how to evaluate and integrate the VNC SDK
 
          RsaKey.Callback¶
- 
class RsaKey.Callback¶
- Callback which receives RSA key details. - For more information, see - vnc_RsaKey_Callbackin the C API documentation.
Nested classes¶
Constructor summary
| Modifier and Type | Method and Description | 
|---|---|
| 
 Initializes a new Callback class instance. | 
Method summary
| Modifier and Type | Method and Description | 
|---|---|
| void | 
 Handles the DetailsReady event.
By default, calls the  | 
Constructors¶
- 
RsaKey.Callback(RsaKey.Callback.DetailsReadyType detailsReady = null)¶
- Initializes a new Callback class instance. - For more information, see - vnc_RsaKey_Callback()in the C API documentation.
Methods¶
- 
void RsaKey.Callback.OnDetailsReady(ImmutableDataBuffer rsaPublic, String hexFingerprint, String catchphraseFingerprint)¶
- Handles the DetailsReady event. By default, calls the - RsaKey.Callback.DetailsReadydelegate.