Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-09-24 02:25:56 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-09-24 02:25:56 +0400
commit9a04e8c54e7288ee06c317fa19ab6f1e79514cf4 (patch)
treeb1887c0c62090bafc06b4ff15e251a1ea85bc6dc /man/certmgr.1
parent920ece2f4df74bfeb8779a76b26309062b08523f (diff)
eol-style
svn path=/trunk/mono/; revision=50639
Diffstat (limited to 'man/certmgr.1')
-rw-r--r--man/certmgr.124
1 files changed, 12 insertions, 12 deletions
diff --git a/man/certmgr.1 b/man/certmgr.1
index daf573d2a06..b67ee8fe3c0 100644
--- a/man/certmgr.1
+++ b/man/certmgr.1
@@ -124,18 +124,18 @@ machine.config file must be updated so the OID for MD2 is known at runtime.
To correct this insert the following XML snippet inside the <configuration>
element of your machine.config file.
- <mscorlib>
- <cryptographySettings>
- <cryptoNameMapping>
- <cryptoClasses>
- <cryptoClass monoMD2="Mono.Security.Cryptography.MD2Managed, Mono.Security, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
- </cryptoClasses>
- <nameEntry name="MD2" class="monoMD2" />
- </cryptoNameMapping>
- <oidMap>
- <oidEntry OID="1.2.840.113549.2.2" name="MD2" />
- </oidMap>
- </cryptographySettings>
+ <mscorlib>
+ <cryptographySettings>
+ <cryptoNameMapping>
+ <cryptoClasses>
+ <cryptoClass monoMD2="Mono.Security.Cryptography.MD2Managed, Mono.Security, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
+ </cryptoClasses>
+ <nameEntry name="MD2" class="monoMD2" />
+ </cryptoNameMapping>
+ <oidMap>
+ <oidEntry OID="1.2.840.113549.2.2" name="MD2" />
+ </oidMap>
+ </cryptographySettings>
</mscorlib>
.SH AUTHOR