CmacBlockCipherAlgorithm Enum
Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dllThis enumeration lists the block cipher algorithms supported by the ICmacPrimitives interface.
C#
public enum CmacBlockCipherAlgorithm
Fields
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. |