ServiceListenerOnRequestedPrivateKeyPassphrase Method |
Triggered when the secure connection is enabled.
Namespace: OIV.RemoteViz.Rendering
This callback has to return the private key passphrase.
If the private key does not contain a passphrase, do not implement this callback. The default implementation will return an empty string.
Security warning !! DO NOT hard-code the passphrase into this callback !! Read it from a SECURE location on your system.
ServiceSettings.enableSecureConnection
Default behavior : returns an empty string.