SFSEventCRYPTO_INIT Field |
Dispatched in return to the initialization of an encrypted connection.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string CRYPTO_INIT
Field Value
Type:
StringRemarks
This event is fired in response to a call to the
SmartFox.InitCrypto() method.
The
Params object contains the following parameters:
Parameter | Description |
---|
success | (bool) true if a unique encryption key was successfully retrieved via HTTPS, false if the transaction failed. |
errorMessage | (string) If success is false, provides additional details on the occurred error. |
Examples See Also