public static bool CheckSignature(string input, string signature, string publicKey) { return(RSA.CheckSignature(input, signature, publicKey)); }