Interface ISignature
Namespace: Catalyst.Abstractions.Cryptography
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ISignature
Properties
| Improve this Doc View SourcePublicKeyBytes
Declaration
byte[] PublicKeyBytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
SignatureBytes
Declaration
byte[] SignatureBytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |