 | EncryptTo | | Encrypts the output file. |  | Syntax: | | --EncryptTo [<directory>|<filename>|<fingerprint>]+
|  | | -ce[<directory>|<filename>|<fingerprint>]+
|  | Description: | Encrypts the output file. Certificates specified by the value are added to the list of certificates the message will be encrypted with.
Values:
| fingerprint | fingerprint of the certificate to encrypt to. p7mTool looks for the certificate in My, AddressBook, CA and Root stores.
|
| filename | path of the file containing a certificate to encrypt to
|
| directory | path of the directory, containing certificates to encrypt to. only files with .cer extension are read from the directory.
|
This switch must have at least one value, when present.
|  | Example: | p7mtool -cealice.cer;cdef0123456789ABCDEF -ce..\certificates\bob.cer
p7mtool --EncryptTo*certlist.txt
p7mtool -ce certdir
|
|  | See also: | | Switches: SignWith, Switches: OutputFile, Switches: InputFile, Switches: FileList, Sample: AdvancedEncrypt, Sample: EncryptAtt, Sample: HtmlEx |
|  |