Class Xpid.Record
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord
Properties
email
Declaration
[CanBeNull]
public string email { get; set; }
Property Value
name
Declaration
[CanBeNull]
public string name { get; set; }
Property Value
pubkey
Declaration
[CanBeNull]
public string pubkey { get; set; }
Property Value
revision
Declaration
public int revision { get; set; }
Property Value
url
Declaration
[CanBeNull]
public string url { get; set; }
Property Value
urn
Declaration
[CanBeNull]
public string urn { get; set; }
Property Value