Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 854 Bytes

symmetricalgorithmnames_aesccm.md

File metadata and controls

24 lines (17 loc) · 854 Bytes
-api-id -api-type
P:Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesCcm
winrt property

Windows.Security.Cryptography.Core.SymmetricAlgorithmNames.AesCcm

-description

Retrieves a string that contains "AES_CCM".

-property-value

String that contains "AES_CCM".

-remarks

Use the string retrieved by this property to set the symmetric encryption algorithm name when you call the OpenAlgorithm method on a SymmetricKeyAlgorithmProvider object. The string represents the Advanced Encryption Standard (AES) algorithm coupled with a CCM (Counter with CBC-MAC) mode of operation.

-examples

-see-also

SymmetricKeyAlgorithmProvider