Show / Hide Table of Contents

Class ContingencyKey.Record

Inheritance
Object
BaseRecord
ContingencyKey.Record
Inherited Members
BaseRecord.Json
BaseRecord.SetOrDelete(String, String)
BaseRecord.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord

Properties

ca

The URN of the Contingency Association for this key.

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

keymaterial

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

keysequence

Declaration
public int keysequence { get; set; }
Property Value
Type Description
Int32

owner

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

revision

Declaration
public int revision { get; set; }
Property Value
Type Description
Int32
Back to top Copyright © 2018 PKWARE, Inc.