New. permview.1 man page
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 17 Dec 2004 19:17:36 +0000 (19:17 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 17 Dec 2004 19:17:36 +0000 (19:17 -0000)
svn path=/trunk/mono/; revision=37896

man/permview.1 [new file with mode: 0644]

diff --git a/man/permview.1 b/man/permview.1
new file mode 100644 (file)
index 0000000..f6d2542
--- /dev/null
@@ -0,0 +1,49 @@
+.\" 
+.\" permview manual page.
+.\" Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+.\" Author:
+.\"   Sebastien Pouliot (sebastien@ximian.com)
+.\"
+.TH Mono "permview"
+.SH NAME
+permview \- Viewer for declarative security permission sets inside assemblies.
+.SH SYNOPSIS
+.PP
+.B permview [options] assembly
+.SH DESCRIPTION
+This tools allow to list the declarative security attributes present in
+an assembly. The security attributes are either found on the assembly level,
+on the classes and the methods. This tool is useful to diagnose why an 
+assembly won't load or why some class/method throws SecurityException.
+.SH OPTIONS
+.TP
+.I /OUTPUT filename
+Output all declarative security attributes related informations into the
+specified file.
+.TP
+.I /DECL | -DECL | --DECL
+Show declarative security attributes on classes and methods. The default,
+without the /DECL option, is to show only the assembly level permission 
+sets.
+.TP
+.I -? | /? | -H[ELP] | /H[ELP]
+Display help iinformations about the permview tool.
+
+.SH EXAMPLES
+.TP
+.I permview mscorlib.dll
+This will show the minimum, optional and refused permissions sets (i.e. the assembly
+level security actions) that are compiled inside the mscorlib assembly.
+.TP
+.I permview /decl permview.exe
+This will show all (assembly, class or method level) declarative security 
+attributes present in the permview.exe assembly.
+
+.SH AUTHOR
+Written by Sebastien Pouliot
+.SH COPYRIGHT
+Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+.SH MAILING LISTS
+Visit http://mail.ximian.com/mailman/mono-list for details.
+.SH WEB SITE
+Visit: http://www.mono-project.com for details