Mono(setreg) Mono(setreg)
NAME
setreg - Change settings for public key cryptography
SYNOPSIS
setreg [options] [feature] [true|false]
DESCRIPTION
Allow to configure some optional settings for public key cryptography parameters used in Mono.
OPTIONS -q Quiet mode. Limited display on console.
-help , -h , -? , /?
Display help about this tool.
FEATURES
1 Trust the test root certificates (both Microsoft and Mono). Depending on the value this will add (TRUE) or remove (FALSE) the two
self-signed certificates from the current user Trust store.
AUTHOR
Written by Sebastien Pouliot
COPYRIGHT
Copyright (C) 2004 Novell.
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 chktrust(1),certmgr(1),makecert(1)
Mono(setreg)
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)
Hi,
I wrote a script for backing up a application database. When I run the script from command line, it works great.. But when I add that script to login profile of some user , it does not work ...
*******************************************
backup script:- (databasebk)
#!/bin/ksh
# set... (3 Replies)
hello everybody!!
I want to post a question!I am confused about the explanation of ptrace command.
long ins;
ins=ptrace(PTRACE_GETREGS,pid,NULL,®s); with this command i am able to read, for instance, regs.eip context or get regs.eip address?
And if i write the commad... (2 Replies)
hi,'m using the 5.11 kernel version on amd64 architecture, 32-bit. i need help on the following issues
1)a proper structure to represent the register structure in the architecture
2)a function which would change the register values of the child when the control is with the parent.. ptrace_setregs... (0 Replies)
hi,'m using the 5.11 kernel version on amd64 architecture, 32-bit. i need help on the following issues
1)a proper structure to represent the register structure in the architecture
2)a function which would change the register values of the child when the control is with the parent.. ptrace_setregs... (0 Replies)
Hi All,
Please help me out in fllowing problem.
I have text file which contains the data in following format.
Contents of file.txt are
setregid02
Test that setregid() fails and sets the proper errno values when a
non-root user attemps to change the real or effective... (2 Replies)
Upon opening Terminal I get the following message:
-bash: /usr/bin/manpath: No such file or directory
-bash: /usr/bin/perl: No such file or directory
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
I searched... (9 Replies)
i have written my shell script in notepad however i am struggling to pass the data file to be read to the script the data file is of .txt format. My target is to run the shell script from the terminal and pass 3 arguments e.g. polg@DESKTOP-BVPDC5C:~/CS1420/coursework$ bash valsplit.sh input.txt... (11 Replies)