4 references to SignDataCore
System.Security.Cryptography (4)
System\Security\Cryptography\ECDsa.cs (4)
121return SignDataCore(new ReadOnlySpan<byte>(data, offset, count), hashAlgorithm, signatureFormat); 208return SignDataCore(data, hashAlgorithm, signatureFormat); 583return SignDataCore(data, hashAlgorithm, DSASignatureFormat.IeeeP1363FixedFieldConcatenation); 618return SignDataCore(data, hashAlgorithm, signatureFormat);