secutil(1) - Linux man page

Name

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

Synopsis

secutil [options] filename

Description

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

Options

-s assembly, "-strongname assembly"
Display strongname informations about the assembly.
-x assembly, "-x509certificate assembly"
Display the X509 Authenticode certificate for the assembly.
-a, "-array"
Display data in a decimal array (default).
-v, "-vbmode"
Display data in a VisualBasic friendly format.
-c, "-cmode"
Display data in a C/C++/C# friendly format (default).
-help, "-h", "-?"
Display help about this tool.

Author

Written by Sebastien Pouliot

Copyright

Copyright © 2002, 2003 Motus Technologies. Released under BSD license.

Mailing Lists

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

Web Site

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

See Also

sn(1),signcode(1)