Struct MessageSignature
public readonly struct MessageSignature
- Inherited Members
Properties
Salt
public required long Salt { get; init; }
Property Value
Timestamp
public required DateTimeOffset Timestamp { get; init; }
Property Value
Value
public required byte[] Value { get; init; }
Property Value
- byte[]