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