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
.
C#
public PivAlgorithm Algorithm { get; set; }
Property Value
Type | Description |
---|---|
PivAlgorithm |