Description of the Type Filtering feature in the Microsoft .NET Framework (831687)
The information in this article applies to:
- Microsoft .NET Framework 1.1
- Microsoft .NET Framework 1.0
- Microsoft Visual Studio .NET (2003), Academic Edition
- Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2002), Academic Edition
- Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2002), Professional Edition
SUMMARYIn the Microsoft .NET Framework 1.1, the Type Filtering
feature is included with the .NET Framework Remoting infrastructure. By default, Type Filtering is enabled. Type Filtering limits the type of
objects that a .NET Framework Remoting client can marshal to a .NET Framework Remoting server. Type Filtering prevents the server from deserializing instances of
common language runtime types that may serve as vectors of
attack. There are two levels of Type Filtering, as follows: - Full
- Low
By default, Type Filtering is set to the Low level. The Low level provides more stringent security restrictions than the Full level.
REFERENCESThe .NET Framework Remoting deserializationFor additional information about automatic deserialization in .NET Remoting (.NET Framework Developer's Guide), visit the following Microsoft Developer Network (MSDN) Web site: The typeFilterLevel propertyFor additional information about the BinaryServerFormatterSink.TypeFilterLevel
property, visit the following MSDN Web site: For additional information about the BinaryServerFormatterSinkProvider.TypeFilterLevel
property, visit the following MSDN Web site: For additional information about the SoapServerFormatterSink.TypeFilterLevel
property, visit the following MSDN Web site: For additional information about the SoapServerFormatterSinkProvider.TypeFilterLevel
property, visit the following MSDN Web site:
Modification Type: | Minor | Last Reviewed: | 5/23/2005 |
---|
Keywords: | kbinterop kbSecurityServices kbRemoting kbSerial kbinfo KB831687 kbAudDeveloper |
---|
|