2 references to SignDataCore
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (2)
133return SignDataCore(data, hashAlgorithm, signatureFormat); 207return SignDataCore(new ReadOnlySpan<byte>(data, offset, count), hashAlgorithm, signatureFormat);