Property IsActivated
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
IsActivated
Indicates whether Widevine is activated.
bool IsActivated { get; }
Property Value
- bool
true
if Widevine is activated,false
otherwise.
Exceptions
- ObjectDisposedException
The IEngine has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.