Show / Hide Table of Contents

CmacBlockCipherAlgorithm Enum

Namespace: Yubico.Core.Cryptography Assembly: Yubico.Core.dll

This 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.

Extension Methods

CmacBlockCipherAlgorithmExtensions.KeyLength(CmacBlockCipherAlgorithm)
CmacBlockCipherAlgorithmExtensions.MacLength(CmacBlockCipherAlgorithm)
In this article
Back to top Generated by DocFX