Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 642 Bytes

cryptographicbuffer_createfrombytearray_1061441344.md

File metadata and controls

29 lines (19 loc) · 642 Bytes
-api-id -api-type
M:Windows.Security.Cryptography.CryptographicBuffer.CreateFromByteArray(System.Byte[])
winrt method

Windows.Security.Cryptography.CryptographicBuffer.CreateFromByteArray

-description

Creates a buffer from an input byte array.

-parameters

-param value

An array of bytes used to create the buffer.

-returns

Output buffer.

-remarks

-examples

[!code-csharpShowByteArrayCopy]

-see-also