Show / Hide Table of Contents

Interface IKey

Information about a cryptographic key.

Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IKey

Properties

| Improve this Doc View Source

Id

Unique identifier.

Declaration
MultiHash Id { get; }
Property Value
Type Description
MultiHash

The MultiHash of the key's public key.

| Improve this Doc View Source

Name

The locally assigned name to the key.

Declaration
string Name { get; }
Property Value
Type Description
String

The name is only unique within the local peer node. The Id is universally unique.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX