1Mono(secutil)                                                    Mono(secutil)
2
3
4

NAME

6       secutil - Extract X.509 certificates and strongnames from assemblies.
7

SYNOPSIS

9       secutil [options] filename
10

DESCRIPTION

12       Extract  X.509 certificates and strongnames from assemblies in a format
13       that can be easily re-used in source code (C# or VB.NET syntax).
14

OPTIONS

16       -s assembly , -strongname assembly
17              Display strongname informations about the assembly.
18
19       -x assembly , -x509certificate assembly
20              Display the X509 Authenticode certificate for the assembly.
21
22       -a , -array
23              Display data in a decimal array (default).
24
25       -v , -vbmode
26              Display data in a VisualBasic friendly format.
27
28       -c , -cmode
29              Display data in a C/C++/C# friendly format (default).
30
31       -help , -h , -?
32              Display help about this tool.
33

AUTHOR

35       Written by Sebastien Pouliot
36
38       Copyright (C)  2002,  2003  Motus  Technologies.   Released  under  BSD
39       license.
40

MAILING LISTS

42       Visit    http://lists.ximian.com/mailman/listinfo/mono-devel-list   for
43       details.
44

WEB SITE

46       Visit http://www.mono-project.com for details
47

SEE ALSO

49       sn(1),signcode(1)
50
51
52
53                                                                 Mono(secutil)
Impressum