Table of Contents

Class AesGcmPrimitives

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

Factory class that will return the Yubico.Core implementation of the IAesGcmPrimitives interface.

public static class AesGcmPrimitives
Inheritance
object
AesGcmPrimitives

Methods

Create()

Creates a new instance of an implementation of the low level AES-GCM functions.

public static IAesGcmPrimitives Create()

Returns

IAesGcmPrimitives

A new instance of the default implementation of this interface.