diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:18:20 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-11-25 15:18:20 +0100 |
| commit | c7fbc7e1237f0cc907070cd85167ac5728b0b518 (patch) | |
| tree | 103a9f6bf5578548023fe269b969d2b66f06320c /wrappers/csharp/Discovery.cs | |
| parent | 5addc3fa00be1ac2017bd1a5ab1ecba4f73ce1da (diff) | |
Add/improve subspan testcases
Diffstat (limited to 'wrappers/csharp/Discovery.cs')
| -rw-r--r-- | wrappers/csharp/Discovery.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/csharp/Discovery.cs b/wrappers/csharp/Discovery.cs index 0d6fef1..1f3d1e8 100644 --- a/wrappers/csharp/Discovery.cs +++ b/wrappers/csharp/Discovery.cs @@ -17,7 +17,7 @@ namespace EduVpnCommon /// <param name="signedJson">Signed .json file contents.</param> /// <param name="expectedFileName">The file type to be verified, one of <c>server_list.json</c> or <c>organization_list.json</c>.</param> /// <param name="minSignTime">Minimum time for signature. Should be set to at least the time in a previously retrieved file.</param> - /// <exception cref="ArgumentException">If <c>expectedFileName</c> is not one of the allowed valued.</exception> + /// <exception cref="ArgumentException">If <c>expectedFileName</c> is not one of the allowed values.</exception> /// <exception cref="VerifyException">If signature verification fails.</exception> public static void Verify( ArraySegment<byte> signatureFileContent, |
