Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.39 KB

keyderivationalgorithmnames_sp800108ctrhmacsha384.md

File metadata and controls

26 lines (18 loc) · 1.39 KB
-api-id -api-type
P:Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp800108CtrHmacSha384
winrt property

Windows.Security.Cryptography.Core.KeyDerivationAlgorithmNames.Sp800108CtrHmacSha384

-description

Retrieves a string that contains "SP800_108_CTR_HMAC_SHA384".

-property-value

String that contains "SP800_108_CTR_HMAC_SHA384".

-remarks

Use the string retrieved by this property to set the Key Derivation Function (KDF) name when you call the OpenAlgorithm method on the KeyDerivationAlgorithmProvider class. The string represents a Sp800-108 algorithm in counter mode that uses a Hashed Message Authentication Code based on the Secure Hash Algorithm 384 message digest algorithm (HmacSha384) as the underlying pseudorandom function.

To use this KDF, you must specify the appropriate parameters by calling the BuildForSP800108 method on the KeyDerivationParameters before calling the CreateKey method to derive a key.

-examples

-see-also

KeyDerivationAlgorithmProvider, KeyDerivationParameters