Class AssetRequest.Record
Inheritance
AssetRequest.Record
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord
Properties
asset
The URN of the Asset associated with this Request.
Declaration
[CanBeNull]
public string asset { get; set; }
Property Value
participant
The URN of the Identity for which this Request has been issued. This will match a PID or XPID.
Declaration
[CanBeNull]
public string participant { get; set; }
Property Value
revision
Declaration
public int revision { get; set; }
Property Value