diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 17:02:20 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 17:02:20 +0100 |
| commit | e0228bca0f8cc2133a4efbbc5ed62bf01fda3783 (patch) | |
| tree | 729d7cc508ab167a8f529f2faad1653996b5b371 /wrappers/csharp/Discovery.cs | |
| parent | 19b583d03d3a9e654e149db971f1c752ad807f46 (diff) | |
Improve wrapper min sign time tests, add .NET version note
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 da4a6ea..21c979f 100644 --- a/wrappers/csharp/Discovery.cs +++ b/wrappers/csharp/Discovery.cs @@ -22,7 +22,7 @@ namespace EduVpnCommon /// <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, + ArraySegment<byte> signatureFileContent, // Span<byte> would be nicer, but is not available in .NET Standard 2.0 ArraySegment<byte> signedJson, string expectedFileName, DateTimeOffset minSignTime) |
