Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

secutil(1) [debian man page]

Mono(secutil)															     Mono(secutil)

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 (C) 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) Mono(secutil)

Check Out this Related Man Page

Mono(chktrust)															    Mono(chktrust)

NAME
chktrust - Check the trust of a PE executable. SYNOPSIS
chktrust [options] filename DESCRIPTION
Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid Authenticode(r) signature that can be traced back to a trusted cer- tificate authority (CA). This means that (a) the signature is valid (i.e. file integrity) and, (b) the code-signing certificate can be chained back to one of the certificates in the Trust store. OPTIONS
-q , -quiet Quiet mode. Limited display on console. -v , -verbose Verbose mode. More details displayed on the console. -help , -h , -? , /? Display help about this tool. KNOWN RESTRICTIONS
chktrust cannot validate Authenticode signatures on CAB files. AUTHOR
Written by Sebastien Pouliot COPYRIGHT
Copyright (C) 2003 Motus Technologies. Copyright (C) 2004 Novell. Released under BSD license. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details. WEB SITE
Visit http://www.mono-project.com for details SEE ALSO
signcode(1),makecert(1),certmgr(1),setreg(1) Mono(chktrust)
Man Page