Show / Hide Table of Contents

ConfigureNdef Method

ConfigureNdef(Slot)

Configures a YubiKey's NDEF slot for text or URI.

C#
ConfigureNdef ConfigureNdef(Slot slot)

Parameters

Type Name Description
Slot slot

OTP Slot to configure.

Returns

ConfigureNdef

Remarks

This class is not to be instantiated by non-SDK code. Instead, you will get a reference to an instance of this class by calling ConfigureNdef(Slot).

Once you have a reference to an instance, the member methods of this class can be used to chain together configurations using a builder pattern.

In this article
Back to top Generated by DocFX