Make a method private

This commit is contained in:
nicolas.dorier 2023-10-07 12:20:27 +09:00
parent fef5284ed1
commit 1305ade002
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -127,7 +127,7 @@ public class Ntag424
{
return AuthenticateEV2(keyNo, key, true);
}
public async Task<Session> AuthenticateEV2(int keyNo, AESKey key, bool first)
async Task<Session> AuthenticateEV2(int keyNo, AESKey key, bool first)
{
int sessionCounter = CurrentSession?.Counter ?? 0;
if (first)