<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />
System.Security.Cryptography.ECDsaCng
public byte[]
SignData(
byte[]
data,
int offset,
int count)
public bool VerifyData(
byte[]
data,
byte[]
signature)
public bool VerifyData(
byte[]
data,
int offset,
int count,
byte[]
signature)