Show / Hide Table of Contents

Algorithm Property

Algorithm

The algorithm of the management key. On YubiKeys before version 5.4.2, only Triple-DES (PivAlgorithm.TripleDes) is supported. Beginning with 5.4.2, the Algorithm can be Aes128, Aes192, Aes256, or TripleDes. The default is TripleDes for keys with firmware 5.6.x and earlier and Aes192 for YubiKeys with firmware 5.7.x and later.

C#
public PivAlgorithm Algorithm { get; set; }

Property Value

Type Description
PivAlgorithm
In this article
Back to top Generated by DocFX