Generated by DocFX

Class Metadata2

Inheritance
System.Object
Metadata2
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class Metadata2

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

Description

Long name or description of token (ex. Nibble)

Declaration
[JsonProperty("description", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Encryptions

Array of encryption instruction objects for encrypting userData

Declaration
[JsonProperty("encryptions", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Encryptions2> Encryptions { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<Encryptions2>
| Improve this Doc View Source

Issuer

Name of token issuer

Declaration
[JsonProperty("issuer", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Issuer { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Rules

Object describing token rules

Declaration
[JsonProperty("rules", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Rules2 Rules { get; set; }
Property Value
Type Description
Rules2
| Improve this Doc View Source

TokenName

Token Symbol it will be identified by (ex. NIBBL)

Declaration
[JsonProperty("tokenName", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TokenName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Urls

Declaration
[JsonProperty("urls", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Urls2> Urls { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<Urls2>
| Improve this Doc View Source

UserData

Metadata set by user on token

Declaration
[JsonProperty("userData", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public UserData3 UserData { get; set; }
Property Value
Type Description
UserData3