Exemple #1
0
 public override unsafe void ImportECPrivateKey(
     ReadOnlySpan <byte> source,
     out int bytesRead) =>
 _wrapped.ImportECPrivateKey(source, out bytesRead);