NdefConfig Class
Namespace: Yubico.YubiKey.Otp Assembly: Yubico.YubiKey.dllA static class containing helpers that encode configurations for different types of NDEF data.
C#
public static class NdefConfig : Object
Inheritance
System.Object
NdefConfig
Methods
Name | Description |
---|---|
CreateTextConfig(String, String, Boolean) | Create a configuration buffer for the YubiKey to send text when NDEF is triggered. |
CreateUriConfig(Uri) | Create a configuration buffer for the YubiKey to send a URI when NDEF is triggered. |