Class Sid.Record
Inherited Members
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 |