Show / Hide Table of Contents

SendReferenceString Method

SendReferenceString(bool)

Sends a reference string of the ModHex characters for 0-15 before the fixed or OTP data.

C#
public T SendReferenceString(bool setting = true)

Parameters

Type Name Description
bool setting

Returns

T

Remarks

This can be used by the verifying application to verify the mapping of the modhex characters.

For all YubiKeys with a firmware version of 2.0 or later, if set in combination with UseAlphaNumericPassword(bool), this string will be replaced with a shifted character '1' (typically '!' on most keyboard layouts). This can be used to meet strong password requirements where at least one character is required to be a "special character".

In this article
Back to top Generated by DocFX