Skip to content

Commit 3c03702

Browse files
Merge pull request #12816 from MicrosoftDocs/ghogen-patch-59
Review and update
2 parents 0c0dd61 + 6539a60 commit 3c03702

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/ide/managing-assembly-and-manifest-signing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage assembly and manifest signing
33
description: Explore how to manage an assembly and the advantages of strong-name signing, which gives a software component a globally unique identity.
4-
ms.date: 04/17/2024
4+
ms.date: 07/18/2024
55
ms.subservice: deployment
66
ms.topic: conceptual
77
helpviewer_keywords:
@@ -56,7 +56,9 @@ For .NET Core (and .NET 5 and later) C# projects in Visual Studio 2022:
5656

5757
1. Open the project properties window (right-click the project node in **Solution Explorer** and select **Properties**).
5858
1. Under **Build**, look for **Strong naming**, and select the **Sign the assembly** checkbox. Additional options for the key file and delay signing appear when you check the box.
59-
1. Specify a key file. If you choose to create a new key file, new key files are always created in the *.pfx* format. You need a name and password for the new file.
59+
1. Specify a key file.
60+
61+
If you don't have a key file, you can use the command line to [create an `.snk` file](/dotnet/standard/assembly/create-public-private-key-pair). You can also use or generate a certificate in a `.pfx` file using the **Publish** process, and in the **Sign manifests** step, you can create a test certificate to use only during development and testing, or for production, use a certificate issued by your IT department or by an authorized source. See [Deploy a .NET Windows Desktop app with ClickOnce](../deployment/quickstart-deploy-using-clickonce-folder.md).
6062

6163
For .NET Framework and Visual Basic projects in Visual Studio 2022, or in Visual Studio 2019:
6264

0 commit comments

Comments
 (0)