Skip to content

Commit f1dc3f6

Browse files
Update hub/apps/develop/security/smart-cards.md
1 parent 9336ab7 commit f1dc3f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hub/apps/develop/security/smart-cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Before you can perform authentication, you need to obtain the admin key. The sou
9090

9191
- **For virtual smart cards you created**: Use the same admin key that was generated during card creation (as shown in the "Create a virtual smart card" section above). You should store this key securely for later authentication use.
9292
- **For existing physical or virtual smart cards**: The admin key is typically provided by your organization's IT department, card management system, or the service that issued the card.
93-
- **For development/testing**: You can generate a test admin key using `CryptographicBuffer.GenerateRandom(24)` as shown in the virtual card creation example.
93+
- **For development/testing**: You can generate a test admin key using [CryptographicBuffer.GenerateRandom](/uwp/api/windows.security.cryptography.cryptographicbuffer.generaterandom) as shown in the virtual card creation example below.
9494

9595
```cs
9696
// Example: Store the admin key from virtual card creation for later use

0 commit comments

Comments
 (0)