IStorageHasherPicker Interface
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.
A picker to choose from provided hash functions. Provides agility to update or change hashing functionality for both built-in and custom operations.
public interface IStorageHasherPicker
type IStorageHasherPicker = interface
Public Interface IStorageHasherPicker
- Derived
The returned hash needs to be thread safe or a unique instance.
Hash |
The hash functions saved to this picker. |
Pick |
Picks a hasher using the given parameters. |
Pick |
Picks a hasher using the given parameters. |