Skip to content

Commit c5800c9

Browse files
Add LAF token explanation callout to Step 6
Explains what a Limited Access Feature token is, what you receive (token string + attestation sentence), that values are PFN-specific, and to paste them verbatim into TryUnlockFeature(). Co-authored-by: Copilot <[email protected]>
1 parent 9aedc82 commit c5800c9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,13 @@ public sealed partial class MainWindow : Window
328328

329329
## Step 6: Add your LAF token
330330

331+
> [!NOTE]
332+
> **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==`)
334+
> - An **attestation string** — a sentence in the form `"<id> has registered their use of <feature> with Microsoft and agrees to the terms of use."`
335+
>
336+
> 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.
337+
331338
Phi Silica is a Limited Access Feature. Before building, replace the placeholder values in `InitializeModelAsync` with your actual token and attestation string.
332339

333340
1. Submit the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&c1cid=04x409).

0 commit comments

Comments
 (0)