diff --git a/xml/System.IO/File.xml b/xml/System.IO/File.xml index 7e5a27f5799..0f20fa88916 100644 --- a/xml/System.IO/File.xml +++ b/xml/System.IO/File.xml @@ -1579,7 +1579,7 @@ An I/O error occurred. > > Use of this API in .NET Core is not recommended; it is included to enable portability for applications that move to .NET Core but still explicitly target Windows. - The method requires exclusive access to the file being decrypted, and will raise an exception if another process is using the file. If the file is not encrypted, will return a nonzero value, which indicates success. + The method requires exclusive access to the file being decrypted, and will raise an exception if another process is using the file. Both the method and the method use the cryptographic service provider (CSP) installed on the computer and the file encryption keys of the process calling the method.