Show / Hide Table of Contents

Class AssetRight.Record

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

access

The state of access for the participant to the associated Asset. See the related constants for more details.

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

asset

The URN of the Asset associated with this Right.

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

owner

The URN of the Identity that owns this Right. This will match a PID or XPID.

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

participant

The URN of the Identity for which this Right has been issued. This will match a PID or XPID.

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

revision

Declaration
public int revision { get; set; }
Property Value
Type Description
Int32
Back to top Copyright © 2018 PKWARE, Inc.