Show / Hide Table of Contents

HmacLessThan64Bytes Field

Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dll

Set when the HMAC message is less than 64 bytes.

C#
public const byte HmacLessThan64Bytes = 4

Returns

byte

Set when the HMAC message is less than 64 bytes.

Remarks

Note that this flag's value collides with other flags in this enumeration. In order to have the intended meaning, this flag must be used with the ChallengeResponse flag.

In this article
Back to top Generated by DocFX