Class KeyRegistry
Inherited Members
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 SourceKeyRegistry()
Declaration
public KeyRegistry()
Methods
| Improve this Doc View SourceContains(Byte[])
Declaration
public bool Contains(byte[] publicKeyBytes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | publicKeyBytes |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IDisposable