Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SignData() [1/6]

byte[] System.Security.Cryptography.DSA.SignData ( byte[] data,
HashAlgorithmName hashAlgorithm )
inlineinherited

Definition at line 79 of file DSA.cs.

80 {
81 if (data == null)
82 {
83 throw new ArgumentNullException("data");
84 }
85 return SignData(data, 0, data.Length, hashAlgorithm);
86 }
byte[] SignData(byte[] data, HashAlgorithmName hashAlgorithm)
Definition DSA.cs:79

References System.Security.Cryptography.DSA.SignData().

Referenced by System.Security.Cryptography.DSA.SignData().