Class StringHashAnonymizer
Computes a cryptographic, one-way has of a textual string.
Inheritance
System.Object
StringHashAnonymizer
Assembly: SensusAndroid.dll
Syntax
public class StringHashAnonymizer : Anonymizer
Constructors
StringHashAnonymizer()
Declaration
public StringHashAnonymizer()
Properties
DisplayText
Declaration
public override string DisplayText { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Apply(Object, Protocol)
Declaration
public override object Apply(object value, Protocol protocol)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
| Protocol |
protocol |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides