Class ApplicationStatus
Represents a report from an Application to Smartcrypt Enterprise Manager regarding the current state of the Application.
Inherited Members
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
public sealed class ApplicationStatus
Methods
Update(ApplicationCompliance, JObject)
Updates this ApplicationStatus with the provided compliance state.
Declaration
public void Update([NotNull] ApplicationCompliance appCompliance, [CanBeNull] JObject details = null)
Parameters
Type | Name | Description |
---|---|---|
ApplicationCompliance | appCompliance | The compliance state of the application. |
Newtonsoft.Json.Linq.JObject | details | An optional, additional payload of details, that will be displayed in the Smartcrypt Enterprise Manager UI. |