Class Uri

Namespace: Keychain

Assemblies: libkeychain.dll

Inheritance: Object → Uri

Definition

Uri is a location on a blockchain. It is used to direct Gateways where to find certificates on the blockchain, typically for pairing. Its serialization format may change over library versions, so regard this as an opaque object.

Constructors

Uri(byte[] uriString)

Method Summary

Return Type Method and Description

byte[]

serialize()

Serialize the URI (as an UTF-8 string)

Methods

serialize() Method

public byte[] serialize();

Serialize the URI as an UTF-8 byte array

Parameters

None

Returns

byte[]

UTF-8 serialization of the URI.