4 references to TrySignData
System.Security.Cryptography (4)
System\Security\Cryptography\RSA.cs (4)
453/// This implementation has not implemented one of <see cref="TrySignData" />, <see cref="TrySignHash" />, 468return rsa.TrySignData(input, destination, state.HashAlgorithm, state.Padding, out bytesWritten); 512/// This implementation has not implemented one of <see cref="TrySignData" />, <see cref="TrySignHash" />, 524if (TrySignData(data, destination, hashAlgorithm, padding, out int written))