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 ChangeManagementKeyCommand(ReadOnlyMemory<byte>, ReadOnlyMemory<byte>).

In this article
Back to top Generated by DocFX