ConfigureNdef Method
ConfigureNdef(Slot)
Configures a YubiKey's NDEF slot for text or URI.
C#
public ConfigureNdef ConfigureNdef(Slot slot)
Parameters
Type | Name | Description |
---|---|---|
Slot | slot | OTP Slot to configure. |
Returns
Implements
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.