AxProtector DotNet offers in this version an optional runtime check, which checks the existence of a license in a specified interval.
The runtime check is activated as follows:
Options:
RuntimeCheck: {}
The default interval is set to 15 seconds. If you want to set an individual one, this is done on a per second basis with the additional PeriodInSeconds attribute. In the following example, the interval is set to 30 seconds.
Options:
RuntimeCheck:
PeriodInSeconds: 30