Share via


TelemetryHashedProperty Class

Definition

This class represents a property that should be hashed. During processing the raw value contained will be turned into a hashed value by a cryptology algorithm.

public class TelemetryHashedProperty
type TelemetryHashedProperty = class
Public Class TelemetryHashedProperty
Inheritance
TelemetryHashedProperty
Derived

Constructors

TelemetryHashedProperty(Object)

Creates the Hashed Object and converts to string. Throws if val is null.

Properties

RawValue

Gets the raw value contained as the property value. We need the raw value since we want measurements for them, if available.

StringValue

Gets the string value contained to be hashed. We pre-ToString the value, since we need InvariantCulture to guarantee that values like double always produce the same results.

Methods

ToString()

ToString to make debugging easier: show in debug watch window

Applies to