From e0228bca0f8cc2133a4efbbc5ed62bf01fda3783 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 9 Feb 2022 17:02:20 +0100 Subject: Improve wrapper min sign time tests, add .NET version note --- wrappers/csharp/Discovery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/csharp/Discovery.cs') 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 /// If expectedFileName is not one of the allowed values. /// If signature verification fails. public static void Verify( - ArraySegment signatureFileContent, + ArraySegment signatureFileContent, // Span would be nicer, but is not available in .NET Standard 2.0 ArraySegment signedJson, string expectedFileName, DateTimeOffset minSignTime) -- cgit v1.2.3