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