Interface IKey
Information about a cryptographic key.
Namespace: Ipfs
Assembly: Ipfs.Core.dll
Syntax
public interface IKey
Properties
| Improve this Doc View SourceId
Unique identifier.
Declaration
MultiHash Id { get; }
Property Value
Type | Description |
---|---|
MultiHash | The MultiHash of the key's public key. |
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. |