Show / Hide Table of Contents

Create Method

Create(CmacBlockCipherAlgorithm)

Creates a new instance of an implementation of the low level CMAC functions.

C#
public static ICmacPrimitives Create(CmacBlockCipherAlgorithm algorithm)

Parameters

Type Name Description
CmacBlockCipherAlgorithm algorithm

Returns

ICmacPrimitives

A new instance of the default implementation of the interface.

In this article
Back to top Generated by DocFX