Open sandboxFocus

Property KeyCompressingThreshold

KeyCompressingThreshold

Gets or sets the length threshold above which a key will be compressed using HashingAlgorithm. Only effective when HashingAlgorithm is not None. Default is 0 (compress all keys when hashing is enabled).

Declaration
public int KeyCompressingThreshold { get; init; }
Property Value
Type Description
int