Interface IPrivateKey
Namespace: Catalyst.Abstractions.Cryptography
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IPrivateKey
Properties
| Improve this Doc View SourceBytes
Declaration
byte[] Bytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Methods
| Improve this Doc View SourceGetPublicKey()
Declaration
IPublicKey GetPublicKey()
Returns
Type | Description |
---|---|
IPublicKey |