public class EmptyAccount : IAccountManagerPublic Class EmptyAccount
Implements IAccountManagerpublic ref class EmptyAccount : IAccountManagertype EmptyAccount =
class
interface IAccountManager
end| EmptyAccount | Initializes a new instance of the EmptyAccount class |
| DisplayName | Display name of the user. |
| License | Provides access to the license information. |
| Login | Login of the user. |
| Organization | Describes the licensed organization. If then the license is personal. |
| Status | Current status of sign in. |
| Dismiss | If the user is currently signed in online then ends the licensing session, but does not sign out from the server. In case of offline activation does nothing. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Refresh | Begins asynchronous reload the account and licensing information. On completion of reload StatusChanged event is raised. The source of information depends on the type of sign in.
|
| Save | Saves the authentication properties to the session profile. |
| SignIn | Signs in online anonymously to WorkingServerUrl. Credentials are derived from the environment id. On completion of operation StatusChanged event is raised. |
| SignIn(String, String) | Signs in online with the specified credentials to WorkingServerUrl. On completion of operation StatusChanged event is raised. |
| SignInOffline | Signs in offline by copying the specified activation file into SettingsDirectory. On completion of operation StatusChanged event is raised. |
| SignOut | Sings out the user and sets Status to SignedOut. On completion of operation StatusChanged event is raised. Behavior of the method depends on the type of sign in.
|
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| StatusChanged | Raised when the status of the account is changed. |
| 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) |