Show / Hide Table of Contents

Class ContingencyMasterKey

Inheritance
Object
BasePdu<ContingencyMasterKey>
ContingencyMasterKey
Implements
IEquatable<ContingencyMasterKey>
Inherited Members
BasePdu<ContingencyMasterKey>.ToJsonForMds()
BasePdu<ContingencyMasterKey>.ToJsonForLocalStorage()
BasePdu<ContingencyMasterKey>.Equals(ContingencyMasterKey)
BasePdu<ContingencyMasterKey>.Equals(Object)
BasePdu<ContingencyMasterKey>.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 ContingencyMasterKey : BasePdu<ContingencyMasterKey>, IEquatable<ContingencyMasterKey>

Constructors

ContingencyMasterKey(ContingencyMasterKey)

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

Fields

record

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

Properties

created_at

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

id

Declaration
public long id { 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.ContingencyMasterKey>.ToJson(System.Boolean)

Implements

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