BrowserInfo Class |
Namespace: ASDSoft.WebSigner.Server.Browser
public class BrowserInfo
The BrowserInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Browser |
Name of client browser.
| |
| BrowserVersion |
Version of client browser.
| |
| Current |
The main entry point for getting information about client browser and OS for the current request.
| |
| IsBrowserSupported | if client browser supported for WebSigner component.
| |
| IsClientSupported | if client OS and browser supported for WebSigner component.
| |
| IsMobilePlatform | if client OS is mobile platform (Android, iOS, iPad, ...).
| |
| IsOSSupported | if client OS supported for WebSigner component.
| |
| IsPowerSaveEnvironment | ||
| OS |
Name of client OS.
| |
| OSVersion |
Version of client OS.
| |
| UnsupportedHtml |
User message for unsupported client OS or browser in HTML format.
|