xref: /mports/lang/mono5.10/files/patch-mcs_class_Mono.Security_Mono.Security.Cryptography_KeyPairPersistence.cs
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 --- mcs/class/Mono.Security/Mono.Security.Cryptography/KeyPairPersistence.cs.orig	2017-07-20 18:10:59 UTC
2 +++ mcs/class/Mono.Security/Mono.Security.Cryptography/KeyPairPersistence.cs
3 @@ -244,7 +244,7 @@ namespace Mono.Security.Cryptography {
4  					if ((_machinePath == null) || (!_machinePathExists)) {
5  						_machinePath = Path.Combine (
6  							Environment.GetFolderPath (Environment.SpecialFolder.CommonApplicationData),
7 -							".mono");
8 +							"mono");
9  						_machinePath = Path.Combine (_machinePath, "keypairs");
10 
11  						_machinePathExists = Directory.Exists (_machinePath);
12 

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026