TelemetryHashedProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |