table of contents
other versions
- buster 5.18.0.240+dfsg-3
- testing 6.8.0.105+dfsg-3
- unstable 6.8.0.105+dfsg-3
- experimental 6.8.0.105+dfsg-3.1
Mono(secutil) | Mono(secutil) |
NAME¶
secutil - Extract X.509 certificates and strongnames from assemblies.SYNOPSIS¶
secutil [options] filenameDESCRIPTION¶
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.