Show / Hide Table of Contents

ValidManagementKeyLength Field

Namespace: Yubico.YubiKey.YubiHsmAuth.Commands Assembly: Yubico.YubiKey.dll

The management key must be exactly 16 bytes.

C#
public const int ValidManagementKeyLength = 16

Returns

int

The management key must be exactly 16 bytes.

Remarks

The management key is supplied as an argument to the constructor AddCredentialCommand(ReadOnlyMemory<byte>, CredentialWithSecrets).

In this article
Back to top Generated by DocFX