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 |
---|---|---|
Uri | uri | The URI to send over NDEF. |
Returns
byte[]
An opaque configuration buffer that can be written to the YubiKey using the ConfigureNdefCommand command class.