Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 734 Bytes

macalgorithmprovider_createkey_928231294.md

File metadata and controls

26 lines (18 loc) · 734 Bytes
-api-id -api-type
M:Windows.Security.Cryptography.Core.MacAlgorithmProvider.CreateKey(Windows.Storage.Streams.IBuffer)
winrt method

Windows.Security.Cryptography.Core.MacAlgorithmProvider.CreateKey

-description

Creates a symmetric key that can be used to create the MAC value.

-parameters

-param keyMaterial

Random data used to help generate the key. You can call the GenerateRandom method to create the random data.

-returns

Symmetric key.

-remarks

-examples

-see-also