Show / Hide Table of Contents

    Class KeyRegistry

    Inheritance
    System.Object
    RegistryBase<KeyRegistryTypes, IPrivateKey>
    KeyRegistry
    Implements
    IKeyRegistry
    IRegistryBase<KeyRegistryTypes, IPrivateKey>
    System.IDisposable
    Inherited Members
    RegistryBase<KeyRegistryTypes, IPrivateKey>.Registry
    RegistryBase<KeyRegistryTypes, IPrivateKey>.AddItemToRegistry(KeyRegistryTypes, IPrivateKey)
    RegistryBase<KeyRegistryTypes, IPrivateKey>.GetItemFromRegistry(KeyRegistryTypes)
    RegistryBase<KeyRegistryTypes, IPrivateKey>.RegistryContainsKey(KeyRegistryTypes)
    RegistryBase<KeyRegistryTypes, IPrivateKey>.RemoveItemFromRegistry(KeyRegistryTypes)
    RegistryBase<KeyRegistryTypes, IPrivateKey>.IDisposable.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.Cryptography
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public sealed class KeyRegistry : RegistryBase<KeyRegistryTypes, IPrivateKey>, IKeyRegistry, IRegistryBase<KeyRegistryTypes, IPrivateKey>, IDisposable

    Constructors

    | Improve this Doc View Source

    KeyRegistry()

    Declaration
    public KeyRegistry()

    Methods

    | Improve this Doc View Source

    Contains(Byte[])

    Declaration
    public bool Contains(byte[] publicKeyBytes)
    Parameters
    Type Name Description
    System.Byte[] publicKeyBytes
    Returns
    Type Description
    System.Boolean

    Implements

    IKeyRegistry
    IRegistryBase<TKey, TValue>
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network