ReadPrivateKeyFromFile is a method of PemReader class in Limilabs.Cryptography namespace:
public RSACryptoServiceProvider ReadPrivateKeyFromFile(string filename)
It most certainly exits, and can be used to read private key from a PEM file (key enclosed inside BEGIN RSA PRIVATE KEY / BEGIN PRIVATE KEY).