Show / Hide Table of Contents

    Interface IKeyRegistry

    Inherited Members
    IRegistryBase<KeyRegistryTypes, IPrivateKey>.AddItemToRegistry(KeyRegistryTypes, IPrivateKey)
    IRegistryBase<KeyRegistryTypes, IPrivateKey>.GetItemFromRegistry(KeyRegistryTypes)
    IRegistryBase<KeyRegistryTypes, IPrivateKey>.RegistryContainsKey(KeyRegistryTypes)
    IRegistryBase<KeyRegistryTypes, IPrivateKey>.RemoveItemFromRegistry(KeyRegistryTypes)
    System.IDisposable.Dispose()
    Namespace: Catalyst.Abstractions.Keystore
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IKeyRegistry : IRegistryBase<KeyRegistryTypes, IPrivateKey>, IDisposable

    Methods

    | Improve this Doc View Source

    Contains(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

    true if [contains] [the specified public key]; otherwise, false.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network