1 override of SignData
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
32public override byte[] SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) =>
2 references to SignData
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (1)
101return SignData(data, 0, data.Length, hashAlgorithm);
System\Security\Cryptography\DSAWrapper.cs (1)
33_wrapped.SignData(data, offset, count, hashAlgorithm);