1 override of SignData
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
32
public 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)
101
return
SignData
(data, 0, data.Length, hashAlgorithm);
System\Security\Cryptography\DSAWrapper.cs (1)
33
_wrapped.
SignData
(data, offset, count, hashAlgorithm);