From 4158b338ad9ccdf852b49cae136f5a3e13ee5bdf Mon Sep 17 00:00:00 2001 From: Qiutong Shen Date: Wed, 20 May 2026 12:07:28 +0800 Subject: [PATCH] fix(develop): update UWP terminology in cryptography tasks Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- hub/apps/develop/security/common-cryptography-tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/apps/develop/security/common-cryptography-tasks.md b/hub/apps/develop/security/common-cryptography-tasks.md index 76e82bd829..1e833bf59e 100644 --- a/hub/apps/develop/security/common-cryptography-tasks.md +++ b/hub/apps/develop/security/common-cryptography-tasks.md @@ -1,6 +1,6 @@ --- title: Common cryptography tasks -description: These articles provide example code for common Universal Windows Platform (UWP) cryptography tasks, such as creating random numbers, comparing buffers, converting between strings and binary data, copying to and from byte arrays, and encoding and decoding data. +description: These articles provide example code for common WinUI cryptography tasks, such as creating random numbers, comparing buffers, converting between strings and binary data, copying to and from byte arrays, and encoding and decoding data. ms.assetid: 2DE094F4-28E2-4C5D-BF8C-617BD90AB119 ms.date: 02/08/2017 ms.topic: article @@ -9,7 +9,7 @@ ms.localizationpriority: medium --- # Common cryptography tasks -These articles provide example code for common Universal Windows Platform (UWP) cryptography tasks, such as creating random numbers, comparing buffers, converting between strings and binary data, copying to and from byte arrays, and encoding and decoding data. +These articles provide example code for common WinUI cryptography tasks, such as creating random numbers, comparing buffers, converting between strings and binary data, copying to and from byte arrays, and encoding and decoding data. | Topic | Description | |---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|