Show / Hide Table of Contents

Class Pid.Record

Inheritance
Object
BaseRecord
Pid.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

email

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

name

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

pubkey

V2 formatted public key.

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

revision

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

url

Used for Satellite creation.

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

urn

Declaration
[CanBeNull]
public string urn { get; set; }
Property Value
Type Description
String
Back to top Copyright © 2018 PKWARE, Inc.