You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: docs/apis/phi-silica-winui-tutorial.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,6 +328,13 @@ public sealed partial class MainWindow : Window
328
328
329
329
## Step 6: Add your LAF token
330
330
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
+
331
338
Phi Silica is a Limited Access Feature. Before building, replace the placeholder values in `InitializeModelAsync` with your actual token and attestation string.
332
339
333
340
1. Submit the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&c1cid=04x409).
0 commit comments