Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added some remarks
  • Loading branch information
paulmuntean authored May 28, 2021
1 parent c74e951 commit ef8de89
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ is replaced at runtime with the current date and time). You can customize this s
.\CLI.exe -type ondemand-stepup -config config.json -input doc1.pdf -suffix -output-#time
```

### Notes for command line usage

* The command starts with CLI.exe ….. instead of the various shell scripts used for Java.
* There is no -init command as the sample config folder is supplied along the executable(“config.json”) and the .NET does not have other config files like java(e.g., logback).
* The verbosity is in 2 layers. Either use “-v” for verbose or without it for less info.
* The -config argument should always be used. You can supply any name for the config file you like, but the .NET doesn’t assume a default config file and location like Java.


### Programmatic usage
Once you add the AIS client library as a dependency to your project, you can configure it in the following way(the same is demostrated in Tests\TestFullyProgramaticConfiguration):
```C#
Expand Down Expand Up @@ -134,4 +142,4 @@ AisClientConfiguration aisClientConfiguration = new AisClientConfiguration(prope
- [Swisscom All-In Signing Service homepage](https://www.swisscom.ch/en/business/enterprise/offer/security/all-in-signing-service.html)
- [Swisscom All-In Signing Service reference documentation (PDF)](http://documents.swisscom.com/product/1000255-Digital_Signing_Service/Documents/Reference_Guide/Reference_Guide-All-in-Signing-Service-en.pdf)
- [Swisscom Trust Services documentation](https://trustservices.swisscom.com/en/downloads/)
- [iText library](https://itextpdf.com/en)
- [iText library](https://itextpdf.com/en)

0 comments on commit ef8de89

Please sign in to comment.