You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
The TSA Client contains two components:
4
4
5
-
1. .NET 6 executeable CLI tool
5
+
1. .NET 6 executable CLI tool
6
6
2. .NET Standard 2.0 library
7
7
8
-
Using [BouncyCastle-PCL](https://github.com/clairernovotny/BouncyCastle-PCL) it can create a TSQ and validate the TSR (RFC 3161) that comes from a third party SaaS TSA (like [freeTSA.org](https://freetsa.org)).
8
+
Using [BouncyCastle-PCL](https://github.com/clairernovotny/BouncyCastle-PCL) it can create a TSQ and validate the TSR ([RFC 3161](https://www.ietf.org/rfc/rfc3161.txt)) that comes from a third party SaaS TSA (like [freeTSA.org](https://freetsa.org)).
Copy file name to clipboardExpand all lines: TSA Client DocFx/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
The TSA Client contains two components:
4
4
5
-
1. .NET 6 executeable CLI tool
5
+
1. .NET 6 executable CLI tool
6
6
2. .NET Standard 2.0 library
7
7
8
-
Using [BouncyCastle-PCL](https://github.com/clairernovotny/BouncyCastle-PCL) it can create a TSQ and validate the TSR (RFC 3161) that comes from a third party SaaS TSA (like [freeTSA.org](https://freetsa.org)).
8
+
Using [BouncyCastle-PCL](https://github.com/clairernovotny/BouncyCastle-PCL) it can create a TSQ and validate the TSR ([RFC 3161](https://www.ietf.org/rfc/rfc3161.txt)) that comes from a third party SaaS TSA (like [freeTSA.org](https://freetsa.org)).
9
9
10
10
## Basic usage
11
11
@@ -118,7 +118,7 @@ foreach(string info in TSA.TokenInfo(token))
118
118
Console.WriteLine($"Timestamp token: {info}");
119
119
```
120
120
121
-
All methods of the `TSA` class are XML documented.
121
+
All methods of the `TSA` class are XML documented. Find the developer reference of the latest release [here](https://nd1012.github.io/TSA-Client/).
<p>Using <ahref="https://github.com/clairernovotny/BouncyCastle-PCL">BouncyCastle-PCL</a> it can create a TSQ and validate the TSR (RFC 3161) that comes from a third party SaaS TSA (like <ahref="https://freetsa.org">freeTSA.org</a>).</p>
70
+
<p>Using <ahref="https://github.com/clairernovotny/BouncyCastle-PCL">BouncyCastle-PCL</a> it can create a TSQ and validate the TSR (<ahref="https://www.ietf.org/rfc/rfc3161.txt">RFC 3161</a>) that comes from a third party SaaS TSA (like <ahref="https://freetsa.org">freeTSA.org</a>).</p>
<p>All methods of the <code>TSA</code> class are XML documented.</p>
144
+
<p>All methods of the <code>TSA</code> class are XML documented. Find the developer reference of the latest release <ahref="https://nd1012.github.io/TSA-Client/">here</a>.</p>
145
145
<h2id="good-to-know">Good to know</h2>
146
146
<p>Existing target files will be overwritten!</p>
147
147
<p>Per default <code>SHA512</code> is used as hash algorithm. All possible hash algorithms (to be specified using the <code>--algo [algorithm]</code> parameter):</p>
0 commit comments