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