Skip to content

Commit 4f16c2b

Browse files
authored
Merge pull request #582 from mairaw/msdn-links
replaced msdn links
2 parents 24fa929 + 82b965e commit 4f16c2b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/ide/how-to-sign-application-and-deployment-manifests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to publish an application by using ClickOnce deployment, the applica
4444

4545
Signing the ClickOnce manifests is optional for .exe-based applications. For more information, see the "Generating Unsigned Manifests" section of this document.
4646

47-
For information about creating key files, see [How to: Create a Public-Private Key Pair](http://msdn.microsoft.com/Library/05026813-f3bd-4d7c-9e0b-fc588eb3d114).
47+
For information about creating key files, see [How to: Create a Public-Private Key Pair](/dotnet/framework/app-domains/how-to-create-a-public-private-key-pair).
4848

4949
> [!NOTE]
5050
> [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)] supports only Personal Information Exchange (PFX) key files that have the .pfx extension. However, you can select other types of certificates from the current user's Windows certificate store by clicking **Select from Store** on the **Signing** page of project properties.
@@ -119,7 +119,7 @@ If you want to publish an application by using ClickOnce deployment, the applica
119119
3. Publish the application.
120120

121121
## See Also
122-
[Strong-Named Assemblies](http://msdn.microsoft.com/Library/d4a80263-f3e0-4d81-9b61-f0cbeae3797b)
123-
[How to: Create a Public-Private Key Pair](http://msdn.microsoft.com/Library/05026813-f3bd-4d7c-9e0b-fc588eb3d114)
122+
[Strong-Named Assemblies](/dotnet/framework/app-domains/strong-named-assemblies)
123+
[How to: Create a Public-Private Key Pair](/dotnet/framework/app-domains/how-to-create-a-public-private-key-pair)
124124
[Signing Page, Project Designer](../ide/reference/signing-page-project-designer.md)
125125
[ClickOnce Security and Deployment](../deployment/clickonce-security-and-deployment.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ Strong-name signing gives a software component a globally unique identity. Stron
7474
> [!WARNING]
7575
> You should always protect your key file with a password to prevent someone else from using it. You can also secure your keys by using providers or certificate stores.
7676
77-
You can also point to a key you have already created. For more information about creating keys, see [How to: Create a Public-Private Key Pair](http://msdn.microsoft.com/Library/05026813-f3bd-4d7c-9e0b-fc588eb3d114).
77+
You can also point to a key you have already created. For more information about creating keys, see [How to: Create a Public-Private Key Pair](/dotnet/framework/app-domains/how-to-create-a-public-private-key-pair).
7878

7979
If you have access only to a public key, you can use delay signing to defer assigning the key. You enable delay signing by selecting the **Delay sign only** check box. A delay-signed project won't run, and you can't debug it. However, you can skip verification during development by using the [Sn.exe (Strong Name Tool)](/dotnet/framework/tools/sn-exe-strong-name-tool) with the `-Vr` option.
8080

8181
For information about signing manifests, see [How to: Sign Application and Deployment Manifests](../ide/how-to-sign-application-and-deployment-manifests.md).
8282

8383
## See Also
84-
[Strong-Named Assemblies](http://msdn.microsoft.com/Library/d4a80263-f3e0-4d81-9b61-f0cbeae3797b)
84+
[Strong-Named Assemblies](/dotnet/framework/app-domains/strong-named-assemblies)
8585
[Strong Name Assemblies (Assembly Signing) (C++/CLI)](/cpp/dotnet/strong-name-assemblies-assembly-signing-cpp-cli)

docs/ide/reference/signing-page-project-designer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use the **Signing** page of the **Project Designer** to sign the application and
7676

7777
## Assembly Signing
7878
**Sign the assembly** check box
79-
Select this check box to sign the assembly and create a strongly named key file. For more information about signing the assembly by using the **Project Designer**, see [How to: Sign an Assembly (Visual Studio)](http://msdn.microsoft.com/en-us/f468a7d3-234c-4353-924d-8e0ae5896564).
79+
Select this check box to sign the assembly and create a strongly named key file. For more information about signing the assembly by using the **Project Designer**, see [How to: Sign an Assembly (Visual Studio)](../managing-assembly-and-manifest-signing.md#how-to-sign-an-assembly-in-visual-studio).
8080

8181
This option uses the Al.exe tool provided by the [!INCLUDE[winsdklong](/dotnet/framework/app-domains/how-to-sign-an-assembly-with-a-strong-name).
8282

@@ -103,6 +103,6 @@ Use the **Signing** page of the **Project Designer** to sign the application and
103103
[Managing Assembly and Manifest Signing](../../ide/managing-assembly-and-manifest-signing.md)
104104
[Strong-Name Signing for Managed Applications](http://msdn.microsoft.com/en-us/5fef3490-c519-4363-94fd-8b1ad260dab5)
105105
[How to: Sign Application and Deployment Manifests](../../ide/how-to-sign-application-and-deployment-manifests.md)
106-
[How to: Sign an Assembly (Visual Studio)](http://msdn.microsoft.com/en-us/f468a7d3-234c-4353-924d-8e0ae5896564)
106+
[How to: Sign an Assembly (Visual Studio)](../managing-assembly-and-manifest-signing.md#how-to-sign-an-assembly-in-visual-studio)
107107
[How to: Sign an Assembly with a Strong Name](/dotnet/framework/app-domains/how-to-sign-an-assembly-with-a-strong-name)
108-
[Strong-Named Assemblies](http://msdn.microsoft.com/Library/d4a80263-f3e0-4d81-9b61-f0cbeae3797b)
108+
[Strong-Named Assemblies](/dotnet/framework/app-domains/strong-named-assemblies)

0 commit comments

Comments
 (0)