Show / Hide Table of Contents

Class Sid.Record

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

prikey

V6 encrypted.

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

revision

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

shash

Used as the URN, as well as the ID. Links to the sidLocator field on the User.

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

version

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