CmacBlockCipherAlgorithm Class
Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dllThis enumeration lists the block cipher algorithms supported by the ICmacPrimitives interface.
C#
public sealed class CmacBlockCipherAlgorithm : Enum
Inheritance
System.Object
CmacBlockCipherAlgorithm
Fields
Name | Description |
---|---|
Aes128 | Use this enum value in order to specify CMAC with AES-128. |
Aes192 | Use this enum value in order to specify CMAC with AES-192. |
Aes256 | Use this enum value in order to specify CMAC with AES-256. |
Unknown | Use this enum value in order to specify CMAC with AES-128. |
value__ |