FileStream::SafeFileHandle Property
Gets a SafeFileHandle object that represents the operating system file handle for the file that the current FileStream object encapsulates.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: Microsoft.Win32.SafeHandles::SafeFileHandleAn object that represents the operating system file handle for the file that the current FileStream object encapsulates.
- SecurityPermission
for permission to call unmanaged code.
Security action: Demand
Associated enumeration: UnmanagedCode
- SecurityPermission
for permission to call unmanaged code.
Security action: Link Demand
Associated enumeration: UnmanagedCode
- SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.