You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a [CryptographicHash](cryptographichash.md) object that supports incremental hash operations.
14
15
15
16
## -parameters
17
+
16
18
### -param keyMaterial
19
+
17
20
Random data used to help generate the hash. You can call the [GenerateRandom](../windows.security.cryptography/cryptographicbuffer_generaterandom_1645545930.md) method to create the random data.
18
21
19
22
## -returns
23
+
20
24
A [CryptographicHash](cryptographichash.md) object that supports incremental hash operations.
21
25
22
26
## -remarks
23
27
28
+
Note that using the same *keyMaterial* will result in the same hashes being produced by the returned **CryptographicHash** for the same input. The *keyMaterial* provided should be known data in order to re-create the hash later.
0 commit comments