Struct PrivateKey
- Namespace
- SodotSDK
- Assembly
- Unity.Temp.dll
Represents a private key used in cryptographic operations.
public struct PrivateKey
- Inherited Members
Constructors
PrivateKey(string)
Initializes a new instance of the PrivateKey struct from a hex string.
public PrivateKey(string data)
Parameters
datastringThe private key as a hex string.
Properties
Data
The private key bytes.
public byte[] Data { readonly get; set; }
Property Value
- byte[]