Class AssetRequest
Requests are used to request access to an Asset. Requests are signed by the participant.
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class AssetRequest : BasePdu<AssetRequest>, IEquatable<AssetRequest>
Constructors
AssetRequest(AssetRequest)
Declaration
public AssetRequest([NotNull] AssetRequest other)
Parameters
Fields
record
Declaration
[NotNull]
public readonly AssetRequest.Record record
Field Value
Properties
assetid
Declaration
public long assetid { get; set; }
Property Value
created_at
Declaration
[CanBeNull]
public string created_at { get; set; }
Property Value
id
Declaration
public long id { get; set; }
Property Value
participantid
Declaration
public long participantid { get; set; }
Property Value
signature
Declaration
[CanBeNull]
public string signature { get; set; }
Property Value
updated_at
Declaration
[CanBeNull]
public string updated_at { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.AssetRequest>.ToJson(System.Boolean)
Implements