ComputeHashAsync Method
Computes a hash.
Syntax
[VB.NET] Public Function ComputeHashAsync() As Task
[C#] public Task ComputeHashAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ComputeHashAsync MethodComputes a hash. Syntax[VB.NET] Public Function ComputeHashAsync() As Task [C#] public Task ComputeHashAsync(); RemarksThis method is the asynchronous version of the ComputeHash method and is used to support asynchronous operations in WinRT. Please refer to ComputeHash for more information. |
||