property Ready: Boolean;
Description
The Ready property determines whether the key is ready to use. Set Ready to True, to load data from KeyList automatically. If the KeyList is not assigned, an exception will be raised.
This property is set automatically when the key is generated.
Note: If the key was not loaded or generated, and you are trying to invoke functions that use data of the key, it is automatically loaded from underlying Storage using KeyName.
See Also