Show / Hide Table of Contents

RequiredChallengeLength Field

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

The challenge must be exactly 8 bytes.

C#
public const int RequiredChallengeLength = 8

Returns

int

The challenge must be exactly 8 bytes.

Remarks

The host challenge and HSM device challenge are both supplied to the constructor, and each challenge must meet this length requirement.

In this article
Back to top Generated by DocFX