Authorize
Server.Authorize can be used with Server.IsAuthorized to selectively install certificates (RFgen licenses) to a large quantity of devices intended to run in batch / offline mode.
Group: Server Extensions
Syntax: bOK = Server.Authorize
bOK (Boolean)
bOK If True is returned if the certificate was successfully installed to the device after execution of Server.Authorize.
bOK If False is returned if the process did not complete an install of the authorization certificate.
Example
Dim bOK as Boolean
bOK = Server.Authorize