A special value wrapper denoting a value that is safe to not clean. This is to be used when you can guarantee no identifiable information is contained in the value and the cleaning is improperly redacting it.

Constructor

new(value:T)

Creates a new telementry trusted value.

Parameters:

value

A value to trust

Variables

read onlyvalue:T

The value that is trusted to not contain PII.