1Mono(setreg) Mono(setreg)
2
3
4
6 setreg - Change settings for public key cryptography
7
9 setreg [options] [feature] [true|false]
10
12 Allow to configure some optional settings for public key cryptography
13 parameters used in Mono.
14
16 -q Quiet mode. Limited display on console.
17
18 -help , -h , -? , /?
19 Display help about this tool.
20
22 1 Trust the test root certificates (both Microsoft and Mono).
23 Depending on the value this will add (TRUE) or remove (FALSE)
24 the two self-signed certificates from the current user Trust
25 store.
26
28 Written by Sebastien Pouliot
29
31 Copyright (C) 2004 Novell.
32
34 Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
35
37 Visit http://www.mono-project.com for details
38
40 chktrust(1),[22mcertmgr(1),makecert(1)
41
42
43
44 Mono(setreg)