CreateUriConfig Method
CreateUriConfig(Uri)
Create a configuration buffer for the YubiKey to send a URI when NDEF is triggered.
C#
public static byte[] CreateUriConfig(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | The URI to send over NDEF. |
Returns
System.Byte[]
An opaque configuration buffer that can be written to the YubiKey using the ConfigureNdefCommand command class.