<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0-preview.3.20214.6" />
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)