PivAlgorithmDefinition Class
Namespace: Yubico.YubiKey.Piv Assembly: Yubico.YubiKey.dllRepresents the connection between a PIV algorithm and its corresponding key definition.
C#
public record PivAlgorithmDefinition
Inheritance
object
PivAlgorithmDefinition
Properties
Name | Description |
---|---|
Algorithm | The PIV algorithm associated with this definition. |
KeyDefinition | The key definition associated with this algorithm. |
SupportsKeyGeneration | Indicates whether this algorithm supports key pair generation on the YubiKey. |