Skip to content

Commit b321b1b

Browse files
Replace real LAF token example with placeholder value
Co-authored-by: Copilot <[email protected]>
1 parent 46354db commit b321b1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/apis/phi-silica-winui-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public sealed partial class MainWindow : Window
330330

331331
> [!NOTE]
332332
> **What is a LAF token?** A Limited Access Feature (LAF) token is how Microsoft gates pre-release or controlled-access Windows APIs. When you submit the request form, Microsoft emails you two values:
333-
> - A **token** — a short base64 string (e.g. `oPuFHtiTlAoQiB76Yrk4xw==`)
333+
> - A **token** — a short base64 string (e.g. `xK9mP2nQrL8vZw==`)
334334
> - An **attestation string** — a sentence in the form `"<id> has registered their use of <feature> with Microsoft and agrees to the terms of use."`
335335
>
336336
> Both values are **specific to your app's Package Family Name** — they won't work in a different app. Paste them into `TryUnlockFeature()` exactly as received.

0 commit comments

Comments
 (0)