Show / Hide Table of Contents

Class AppData

Inheritance
Object
BasePdu<AppData>
AppData
Implements
IEquatable<AppData>
Inherited Members
BasePdu<AppData>.ToJsonForMds()
BasePdu<AppData>.ToJsonForLocalStorage()
BasePdu<AppData>.Equals(AppData)
BasePdu<AppData>.Equals(Object)
BasePdu<AppData>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class AppData : BasePdu<AppData>, IEquatable<AppData>

Constructors

AppData(AppData)

Declaration
public AppData([NotNull] AppData other)
Parameters
Type Name Description
AppData other

Fields

KindMds

Declaration
public const string KindMds = "MDS"
Field Value
Type Description
String

NameLocker

The name for the policy that configures Smartcrypt PDE lockers.

Declaration
public const string NameLocker = "slocker"
Field Value
Type Description
String

record

Declaration
[NotNull]
public readonly AppData.Record record
Field Value
Type Description
AppData.Record

Properties

created_at

Declaration
[CanBeNull]
public string created_at { get; set; }
Property Value
Type Description
String

deviceid

Declaration
public long deviceid { get; set; }
Property Value
Type Description
Int64

id

Declaration
public long id { get; set; }
Property Value
Type Description
Int64

ownerid

The ID of the owner matching the owner URN provided in the record.

Declaration
public long ownerid { get; set; }
Property Value
Type Description
Int64

signature

Declaration
[CanBeNull]
public string signature { get; set; }
Property Value
Type Description
String

updated_at

Declaration
[CanBeNull]
public string updated_at { get; set; }
Property Value
Type Description
String

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.AppData>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.