Show / Hide Table of Contents

Class ApplicationStatus

Represents a report from an Application to Smartcrypt Enterprise Manager regarding the current state of the Application.

Inheritance
Object
ApplicationStatus
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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.

Back to top Copyright © 2018 PKWARE, Inc.