public interface IAccountPublic Interface IAccountpublic interface class IAccounttype IAccount = interface end| DisplayName | Display name of the user. |
| IsEmpty | Determines whether the user account is empty. |
| License | Provides access to the license information. |
| Login | Login of the user. |
| Organization | Provides access to description of the licensed organization. If Organization is then the license is personal. |
| Status | Current status of sign in. |
| GetOrganizationLogoBase64 | Returns the logotype of the licensed organization in PNG format, encoded as Base64 string. If Organization is then SMath logo is retrieved from resources. (Defined by AccountExtensions) |
| HasStatusFlag |
Determines whether Status has the specified flag set.
(Defined by AccountExtensions) |
| IsWorkStopper |
Detects whether the user cannot continue working in the program due to loss of connection or missing license.
(Defined by AccountExtensions) |