Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-12-14 05:02:59 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-12-14 05:02:59 +0300
commite970d388d39ac77a78f3387245ae9a556f5ba421 (patch)
treed7e1d114abc3e680d8b9ab9f027b0dcac12cec03 /man/caspol.1
parent52dcb75610d713953ef0d79bcd143943159ccc70 (diff)
* caspol.1: Add documentation for -strong option;
* certmgr.1: Add documentation for -ssl options, samples and known issues. * mono.1: Fix files location for certificate stores. svn path=/trunk/mono/; revision=37710
Diffstat (limited to 'man/caspol.1')
-rw-r--r--man/caspol.110
1 files changed, 8 insertions, 2 deletions
diff --git a/man/caspol.1 b/man/caspol.1
index f0e4ebfa07b..2c4229ed7e5 100644
--- a/man/caspol.1
+++ b/man/caspol.1
@@ -153,12 +153,18 @@ This condition specify a specific hash that an assembly must generate
policy to be updated (as the hash value will have changed).
.TP
.I -pub [-cert certificate | -file signedfile | -hex rawdata]
-This condition specify a specific X.509 Authenticode(r) certificate that
-must signed an assembly to be satisfied. The certificate can be referenced
+This condition specify a X.509 Authenticode(r) certificate that must have
+signed an assembly in order to be satisfied. The certificate can be referenced
as a file (binary DER), a signed file (containing the certificate) or with
the hexadecimal value of the certificate. Note that files outside the
policy must also be protected against tempering.
.TP
+.I -strong -file filename [name | -noname] [version | -noversion]
+This condition specify a specific StrongName that must have signed an
+assembly to be satisfied. Use -noname if the assembly name isn't known
+(or important) and -version if the version isn't known (or important) in
+the resolution.
+.TP
.I -site hostname
This condition specify the site from where the assembly must come from to
be satisfied.