tslUrl property

String? tslUrl

The URL to the TSL (Trust Service List).

throws BiosealException An error has occurred during Bioseal Library execution.

Implementation

String? get tslUrl => getTslUrl();
void tslUrl=(String? value)

Implementation

set tslUrl(String? value) => setTslUrl(value);