Interface IKeyRegistry
Inherited Members
System.IDisposable.Dispose()
Namespace: Catalyst.Abstractions.Keystore
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IKeyRegistry : IRegistryBase<KeyRegistryTypes, IPrivateKey>, IDisposable
Methods
| Improve this Doc View SourceContains(Byte[])
Determines whether this instance contains the public key.
Declaration
bool Contains(byte[] publicKeyBytes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | publicKeyBytes |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|