Updated URLs in ref namespace portal. (#564)

This commit is contained in:
Ron Petrusha 2016-06-22 16:24:38 -07:00 коммит произвёл Maira Wenzel
Родитель 0e986c1591
Коммит 07e6cdbcb0
1 изменённых файлов: 100 добавлений и 100 удалений

Просмотреть файл

@ -28,535 +28,535 @@ The .NET Core class library includes the following namespaces:
</tr>
</thead>
<tr>
<td><a href="http://dotnet.github.io/api/Microsoft.CSharp.RuntimeBinder.html" >Microsoft.CSharp.RuntimeBinder</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Microsoft.CSharp.RuntimeBinder" >Microsoft.CSharp.RuntimeBinder</a></td>
<td>Provides types that support interoperation between the Dynamic Language Runtime and C#.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Microsoft.SqlServer.Server.html" > Microsoft.SqlServer.Server</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Microsoft.SqlServer.Server" > Microsoft.SqlServer.Server</a></td>
<td>Contains classes for integrating .NET Core with Microsoft SQL Server and the SQL Server database engine process execution environment.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Microsoft.VisualBasic.html">Microsoft.VisualBasic</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Microsoft.VisualBasic">Microsoft.VisualBasic</a></td>
<td>
Contains types that support the Visual Basic runtime.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Microsoft.VisualBasic.CompilerServices.html">Microsoft.VisualBasic.CompilerServices</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Microsoft.VisualBasic.CompilerServices">Microsoft.VisualBasic.CompilerServices</a></td>
<td>
Contains internal-use only types that support the Visual Basic compiler.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Microsoft.Win32.html">Microsoft.Win32</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Microsoft.Win32">Microsoft.Win32</a></td>
<td>
Contains classes that manipulate the Windows system registry.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Microsoft.Win32.SafeHandles.html">Microsoft.Win32.SafeHandles</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Microsoft.Win32.SafeHandles">Microsoft.Win32.SafeHandles</a></td>
<td>
Contains classes that support safe access to Windows file and operating system handles.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.html">System</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System">System</a></td>
<td>
Contains fundamental classes and base classes that define commonly-used value and reference data types, events and event handlers, interfaces, attributes, and exceptions.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.CodeDom.Compiler.html">System.CodeDom.Compiler</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.CodeDom.Compiler">System.CodeDom.Compiler</a></td>
<td>
Contains a type used to identify code that is auto-generated by a tool.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Collections.html">System.Collections</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Collections">System.Collections</a></td>
<td>
Contains classes and interfaces that define various non-generic collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Collections.Concurrent.html">System.Collections.Concurrent</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Collections.Concurrent">System.Collections.Concurrent</a></td>
<td>
Provides thread-safe collection classes that should be used instead of the corresponding types in the System.Collections and System.Collections.Generic namespaces whenever multiple threads are accessing the collection concurrently. However, members accessed through extension methods or through the interfaces that these collection classes implement are not guaranteed to be thread safe and may need to be synchronized by the caller.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Collections.Generic.html">System.Collections.Generic</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Collections.Generic">System.Collections.Generic</a></td>
<td>
Contains types that define generic collections, which allow users to create strongly-typed collections that provide better type safety and performance than non-generic collections.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Collections.ObjectModel.html">System.Collections.ObjectModel</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Collections.ObjectModel">System.Collections.ObjectModel</a></td>
<td>
Contains classes that can be used as collections in the object model of a reusable library. Use these classes when properties or methods return collections.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Collections.Specialized.html">System.Collections.Specialized</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Collections.Specialized">System.Collections.Specialized</a></td>
<td>
Contains specialized and strongly-typed collections such as a linked list dictionary, a bit vector, and collections that contain only strings.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.ComponentModel.html">System.ComponentModel</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.ComponentModel">System.ComponentModel</a></td>
<td>
Contains classes that are used to implement the run-time and design-time behavior of components and controls. This namespace includes the base classes and interfaces for implementing attributes and type converters and binding to data sources.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.ComponentModel.DataAnnotations.html">System.ComponentModel.DataAnnotations</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.ComponentModel.DataAnnotations">System.ComponentModel.DataAnnotations</a></td>
<td>
Contains attribute classes that are used to define metadata for ASP.NET Core data controls.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.ComponentModel.DataAnnotations.Schema.html">System.ComponentModel.DataAnnotations.Schema</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.ComponentModel.DataAnnotations.Schema">System.ComponentModel.DataAnnotations.Schema</a></td>
<td>
Provides support for attribute classes that are used to define metadata for ASP.NET Core data controls.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Data.html">System.Data</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Data">System.Data</a></td>
<td>
Provides access to classes that efficiently manage data from multiple data sources.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Data.Common.html">System.Data.Common</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Data.Common">System.Data.Common</a></td>
<td>
Contains classes shared by the .NET Core data providers.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Data.SqlClient.html">System.Data.SqlClient</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Data.SqlClient">System.Data.SqlClient</a></td>
<td>
The data provider for Microsoft SQL Server.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Data.SqlTypes.html">System.Data.SqlTypes</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Data.SqlTypes">System.Data.SqlTypes</a></td>
<td>
Contains classes for native data types in SQL Server. These classes provide a safer, faster alternative to the primitive data types provided in the System namespace. Using the classes in this namespace helps prevent type conversion errors caused by loss of precision. Because other data types are converted to and from SqlTypes behind the scenes, explicitly creating and using objects within this namespace also yields faster code.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Diagnostics.html">System.Diagnostics</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Diagnostics">System.Diagnostics</a></td>
<td>
Contains classes that allow you to interact with system processes, event logs, and performance counters.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Diagnostics.CodeAnalysis.html">System.Diagnostics.CodeAnalysis</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Diagnostics.CodeAnalysis">System.Diagnostics.CodeAnalysis</a></td>
<td>
Contains a class to suppress reporting of a specific rule violation by a static analysis tool.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Diagnostics.Contracts.html">System.Diagnostics.Contracts</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Diagnostics.Contracts">System.Diagnostics.Contracts</a></td>
<td>
Contains static classes for representing program contracts such as preconditions, postconditions, and invariants.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Diagnostics.Tracing.html">System.Diagnostics.Tracing</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Diagnostics.Tracing">System.Diagnostics.Tracing</a></td>
<td>
Provides types and members that enable you to create strongly-typed events to be captured by Event Tracing for Windows (ETW).
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Drawing.html">System.Drawing</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Drawing">System.Drawing</a></td>
<td>
Provides access to basic graphics functionality.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Dynamic.html">System.Dynamic</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Dynamic">System.Dynamic</a></td>
<td>
Provides classes and interfaces that support the Dynamic Language Runtime.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Globalization.html">System.Globalization</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Globalization">System.Globalization</a></td>
<td>
Contains classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. These classes are useful for writing globalized (internationalized) applications.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.IO.html">System.IO</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.IO">System.IO</a></td>
<td>
Contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.IO.Compression.html">System.IO.Compression</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.IO.Compression">System.IO.Compression</a></td>
<td>
Contains types that provide basic compression and decompression services for streams.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.IO.IsolatedStorage.html">System.IO.IsolatedStorage</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.IO.IsolatedStorage">System.IO.IsolatedStorage</a></td>
<td>
Contains types that allow the creation and use of isolated stores. Isolated stores let you read and write data that less trusted code cannot access, and prevent the exposure of sensitive information that can be saved elsewhere on the file system. Data is stored in compartments that are isolated by the current user and by the assembly in which the code exists. Roaming profiles can be used in conjunction with isolated storage so that isolated stores travel with the user's profile.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.IO.MemoryMappedFiles.html">System.IO.MemoryMappedFiles</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.IO.MemoryMappedFiles">System.IO.MemoryMappedFiles</a></td>
<td>
Contains classes for using a memory-mapped file, which maps the contents of a file to an applications logical address space.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.IO.Packaging.html">System.IO.Packaging</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.IO.Packaging">System.IO.Packaging</a></td>
<td>
Contains types that support storage of multiple data objects in a single container.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.IO.Pipes.html">System.IO.Pipes</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.IO.Pipes">System.IO.Pipes</a></td>
<td>
Contains types for interprocess communication through anonymous and/or named pipes.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Linq.html">System.Linq</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Linq">System.Linq</a></td>
<td>
Contains types that support queries that use Language-Integrated Query (LINQ).
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Linq.Expressions.html">System.Linq.Expressions</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Linq.Expressions">System.Linq.Expressions</a></td>
<td>
Contains types that enable language-level code expressions to be represented as objects in the form of expression trees.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Net.html">System.Net</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Net">System.Net</a></td>
<td>
Provides a simple programming interface for many of the protocols used on networks today.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Net.Http.html">System.Net.Http</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Net.Http">System.Net.Http</a></td>
<td>
Provides a programming interface for modern HTTP applications.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Net.Http.Headers.html">System.Net.Http.Headers</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Net.Http.Headers">System.Net.Http.Headers</a></td>
<td>
Provides support for collections of HTTP headers used by the <a href="http://dotnet.github.io/api/System.Net.Http.html">System.Net.Http namespace</a>.
Provides support for collections of HTTP headers used by the <a href="https://docs.microsoft.com/dotnet/core/api//System.Net.Http">System.Net.Http namespace</a>.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Net.NetworkInformation.html">System.Net.NetworkInformation</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Net.NetworkInformation">System.Net.NetworkInformation</a></td>
<td>
Provides access to network traffic data, network address information, and notification of address changes for the local computer. The namespace also contains classes that implement the <a href="http://dotnet.github.io/api/System.Net.NetworkInformation.Ping.html">Ping</a> utility. You can use Ping and related classes to check whether a computer is reachable across the network.
Provides access to network traffic data, network address information, and notification of address changes for the local computer. The namespace also contains classes that implement the <a href="https://docs.microsoft.com/dotnet/core/api//System.Net.NetworkInformation.Ping">Ping</a> utility. You can use Ping and related classes to check whether a computer is reachable across the network.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Net.Security.html">System.Net.Security</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Net.Security">System.Net.Security</a></td>
<td>
Provides network streams for secure communications between hosts.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Net.Sockets.html">System.Net.Sockets</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Net.Sockets">System.Net.Sockets</a></td>
<td>
Provides a managed sockets implementation for developers who need to tightly control access to the network.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Net.WebSockets.html">System.Net.WebSockets</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Net.WebSockets">System.Net.WebSockets</a></td>
<td>
Provides a managed implementation of the WebSocket interface for developers.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Numerics.html">System.Numerics</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Numerics">System.Numerics</a></td>
<td>
Contains numeric types that complement the numeric primitives (such as Byte, Double, and Int32) that are available in .NET Core.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Reflection.html">System.Reflection</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Reflection">System.Reflection</a></td>
<td>
Contains types that retrieve information at runtime about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Reflection.Context.html">System.Reflection.Context</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Reflection.Context">System.Reflection.Context</a></td>
<td>
Contains single class that can be used to create a customized reflection context.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Reflection.Emit.html">System.Reflection.Emit</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Reflection.Emit">System.Reflection.Emit</a></td>
<td>
Contains classes that can emit metadata and Microsoft intermediate language (MSIL) and optionally generate a PE file on disk. The primary clients of these classes are script engines and compilers.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Reflection.Metadata.html">System.Reflection.Metadata</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Reflection.Metadata">System.Reflection.Metadata</a></td>
<td>
Contains a class with single extension method that retrieves raw metadata from an assembly.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Resources.html">System.Resources</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Resources">System.Resources</a></td>
<td>
Contains classes that allow developers to create, store, and retrieve culture-specific string resources used in an application. One of its most important classes is the <a href="http://dotnet.github.io/api/System.Resources.ResourceManager.html">ResourceManager</a> class.
Contains classes that allow developers to create, store, and retrieve culture-specific string resources used in an application. One of its most important classes is the <a href="https://docs.microsoft.com/dotnet/core/api//System.Resources.ResourceManager">ResourceManager</a> class.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.html">System.Runtime</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime">System.Runtime</a></td>
<td>
Contains types that control the operation of the runtime's garbage collector.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.CompilerServices.html">System.Runtime.CompilerServices</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.CompilerServices">System.Runtime.CompilerServices</a></td>
<td>
Provides functionality for compiler writers who use managed code to specify attributes in metadata that affect the run-time behavior of the runtime.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.ExceptionServices.html">System.Runtime.ExceptionServices</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.ExceptionServices">System.Runtime.ExceptionServices</a></td>
<td>
Contains a single class to represent an exception whose state is captured at a certain point in code.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.InteropServices.html">System.Runtime.InteropServices</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.InteropServices">System.Runtime.InteropServices</a></td>
<td>
Provides a wide variety of members that support COM interop and platform invoke services.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.InteropServices.ComTypes.html">System.Runtime.InteropServices.ComTypes</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.InteropServices.ComTypes">System.Runtime.InteropServices.ComTypes</a></td>
<td>
Contains types that represent COM interfaces and data used in COM function calls.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.InteropServices.WindowsRuntime.html">System.Runtime.InteropServices.WindowsRuntime</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.InteropServices.WindowsRuntime">System.Runtime.InteropServices.WindowsRuntime</a></td>
<td>
Contains types that support interoperation between managed code and the Windows Runtime, and that enable the creation of Windows Runtime types with managed code.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.Loader.html">System.Runtime.Loader</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.Loader">System.Runtime.Loader</a></td>
<td>
Contains a single class that represents an assembly's load context.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.Serialization.html">System.Runtime.Serialization</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.Serialization">System.Runtime.Serialization</a></td>
<td>
Contains classes that can be used for serializing and deserializing objects. Serialization converts an object or a graph of objects into a linear sequence of bytes for either storage or transmission to another location. Deserialization recreates objects from this stored information.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.Serialization.Json.html">System.Runtime.Serialization.Json</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.Serialization.Json">System.Runtime.Serialization.Json</a></td>
<td>
Provides classes related to JSON serialization.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Runtime.Versioning.html">System.Runtime.Versioning</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Runtime.Versioning">System.Runtime.Versioning</a></td>
<td>
Contains advanced types that support versioning in side-by-side implementations of the .NET Platform Standard.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.html">System.Security</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security">System.Security</a></td>
<td>
Provides the underlying structure of the runtime's security system, including base classes for permissions.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.AccessControl.html">System.Security.AccessControl</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.AccessControl">System.Security.AccessControl</a></td>
<td>
Provides programmatic elements that control access to and audit security-related actions on securable objects.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Authentication.html">System.Security.Authentication</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Authentication">System.Security.Authentication</a></td>
<td>
Contains authentication exception types and a set of enumerations that describe the security of a connection.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Authentication.ExtendedProtection.html">System.Security.Authentication.ExtendedProtection</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Authentication.ExtendedProtection">System.Security.Authentication.ExtendedProtection</a></td>
<td>
Provides support for authentication using extended protection for applications.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Claims.html">System.Security.Claims</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Claims">System.Security.Claims</a></td>
<td>
Contains classes that implement claims-based identity, including classes that represent claims, claims-based identities, and claims-based principals.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Cryptography.html">System.Security.Cryptography</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Cryptography">System.Security.Cryptography</a></td>
<td>
Provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Cryptography.Pkcs.html">System.Security.Cryptography.Pkcs</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Cryptography.Pkcs">System.Security.Cryptography.Pkcs</a></td>
<td>
Provides programming elements for Public Key Cryptography Standards (PKCS), including methods for signing data, exchanging keys, requesting certificates, public key encryption and decryption, and other security functions.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Cryptography.X509Certificates.html">System.Security.Cryptography.X509Certificates</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Cryptography.X509Certificates">System.Security.Cryptography.X509Certificates</a></td>
<td>
Contains the runtime's implementation of the Authenticode X.509 v.3 certificate. This certificate is signed with a private key that uniquely and positively identifies the holder of the certificate.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Cryptography.Xml.html">System.Security.Cryptography.Xml</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Cryptography.Xml">System.Security.Cryptography.Xml</a></td>
<td>
Contains a single type that represents the <b>&ltX509IssuerSerial&gt</b> element of an XML digital signature.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Security.Principal.html">System.Security.Principal</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Security.Principal">System.Security.Principal</a></td>
<td>
Defines a principal object that represents the security context under which code is running.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.ServiceProcess.html">System.ServiceProcess</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.ServiceProcess">System.ServiceProcess</a></td>
<td>
Provides types that allow you to connect to and control a Windows service application. Windows services are long-running executables with no user interface.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Text.html">System.Text</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Text">System.Text</a></td>
<td>
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for converting blocks of characters to and from blocks of bytes; and a helper class that manipulates and formats <a href="http://dotnet.github.io/api/System.String.html">String</a> objects without creating intermediate <a href="http://dotnet.github.io/api/System.String.html">String</a> instances.
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for converting blocks of characters to and from blocks of bytes; and a helper class that manipulates and formats <a href="https://docs.microsoft.com/dotnet/core/api//System.String">String</a> objects without creating intermediate <a href="https://docs.microsoft.com/dotnet/core/api//System.String">String</a> instances.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Text.RegularExpressions.html">System.Text.RegularExpressions</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Text.RegularExpressions">System.Text.RegularExpressions</a></td>
<td>
Contains classes that represent the .NET regular expression engine, which allows you to search text for particular patterns.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Threading.html">System.Threading</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Threading">System.Threading</a></td>
<td>
Provides types that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data (such as <a href="http://dotnet.github.io/api/System.Threading.Mutex.html">Mutex</a>, <a href="http://dotnet.github.io/api/System.Threading.Monitor.html">Monitor</a>, <a href="http://dotnet.github.io/api/System.Threading.Interlocked.html">Interlocked</a>, and <a href="http://dotnet.github.io/api/System.Threading.AutoResetEvent.html">AutoResetEvent</a>), this namespace includes a <a href="http://dotnet.github.io/api/System.Threading.ThreadPool.html">ThreadPool</a> class that allows you to use a pool of system-supplied threads, and a <a href="http://dotnet.github.io/api/System.Threading.Timer.html">Timer</a> class that executes callback methods on thread pool threads.
Provides types that enable multithreaded programming. In addition to classes for synchronizing thread activities and access to data (such as <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.Mutex">Mutex</a>, <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.Monitor">Monitor</a>, <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.Interlocked">Interlocked</a>, and <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.AutoResetEvent">AutoResetEvent</a>), this namespace includes a <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.ThreadPool">ThreadPool</a> class that allows you to use a pool of system-supplied threads, and a <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.Timer">Timer</a> class that executes callback methods on thread pool threads.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Threading.Tasks.html">System.Threading.Tasks</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.Tasks">System.Threading.Tasks</a></td>
<td>
Provides types that simplify the work of writing concurrent and asynchronous code. The main types are <a href="http://dotnet.github.io/api/System.Threading.Tasks.Task.html">Task</a>, which represents an asynchronous operation that can be waited on and canceled, and <a href="http://dotnet.github.io/api/System.Threading.Tasks.Task%601.html">Task&ltTResult&gt</a>, which is a task that can return a value.
Provides types that simplify the work of writing concurrent and asynchronous code. The main types are <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.Tasks.Task">Task</a>, which represents an asynchronous operation that can be waited on and canceled, and <a href="https://docs.microsoft.com/dotnet/core/api//System.Threading.Tasks.Task%601">Task&ltTResult&gt</a>, which is a task that can return a value.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Windows.Input.html">System.Windows.Input</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Windows.Input">System.Windows.Input</a></td>
<td>
Defines a single interface, <a href="http://dotnet.github.io/api/System.Windows.Input.ICommand.htm">ICommand</a>, that can be used to provide the commanding behavior for UI elements in Windows Runtime apps.
Defines a single interface, <a href="https://docs.microsoft.com/dotnet/core/api//System.Windows.Input.ICommand">ICommand</a>, that can be used to provide the commanding behavior for UI elements in Windows Runtime apps.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Xml.html">System.Xml</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Xml">System.Xml</a></td>
<td>
Provides standards-based support for processing XML.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Xml.Linq.html">System.Xml.Linq</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Xml.Linq">System.Xml.Linq</a></td>
<td>
Contains types that support LINQ to XML, an in-memory XML programming interface that lets you modify XML documents efficiently and easily.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Xml.Schema.html">System.Xml.Schema</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Xml.Schema">System.Xml.Schema</a></td>
<td>
Contains types that provide standards-based support for <a href="http://www.w3.org/TR/xmlschema-0/">XML Schema Definition Language (XSD)</a> schemas.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Xml.Serialization">System.Xml.Serialization</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Xml.Serialization">System.Xml.Serialization</a></td>
<td>
Contains types that are used to serialize objects into XML format documents or streams.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Xml.XPath.html">System.Xml.XPath</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Xml.XPath">System.Xml.XPath</a></td>
<td>
Contains types that define a cursor model for navigating and editing XML information items as instances of the <a href="http://www.w3.org/TR/xpath-datamodel/">XQuery 1.0 and XPath 2.0 Data Model</a>.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/System.Xml.Xsl.html">System.Xml.Xsl</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//System.Xml.Xsl">System.Xml.Xsl</a></td>
<td>
Provides support for Extensible Stylesheet Transformation (XSLT) transforms. It supports the <a href="http://www.w3.org/TR/xslt">W3C XSL Transformations (XSLT) Version 1.0 Recommendation</a>.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.Foundation.html">Windows.Foundation</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.Foundation">Windows.Foundation</a></td>
<td>
Contains some basic types used in Universal Windows Platform apps.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.html">Windows.UI</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI">Windows.UI</a></td>
<td>
Contains a <a href="http://dotnet.github.io/api/Windows.UI.Color.html">Color</a> type used in Universal Windows Platform apps.
Contains a <a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Color">Color</a> type used in Universal Windows Platform apps.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.Xaml.html">Windows.UI.Xaml</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml">Windows.UI.Xaml</a></td>
<td>
Contains XAML-related types used in Universal Windows Platform apps.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.Xaml.Automation.html">Windows.UI.Xaml.Automation</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Automation">Windows.UI.Xaml.Automation</a></td>
<td>
Contains exception types for exceptions thrown by routines that implement UI automation support for custom controls in Universal Windows Platform apps.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.Xaml.Controls.Primitives.html">Windows.UI.Xaml.Controls.Primitives</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Controls.Primitives">Windows.UI.Xaml.Controls.Primitives</a></td>
<td>
Contains a single type, <a href="http://dotnet.github.io/api/Windows.UI.Xaml.Controls.Primitives.GeneratorPosition.html#Windows_UI_Xaml_Controls_Primitives_GeneratorPosition">GeneratorPosition</a>, that describes the position of an item in a Universal Windows Platform app.
Contains a single type, <a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Controls.Primitives.GeneratorPosition">GeneratorPosition</a>, that describes the position of an item in a Universal Windows Platform app.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.Xaml.Markup.html">Windows.UI.Xaml.Markup</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Markup">Windows.UI.Xaml.Markup</a></td>
<td>
Contains an exception type that represents a Xaml parsing error.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.Xaml.Media.html">Windows.UI.Xaml.Media</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Media">Windows.UI.Xaml.Media</a></td>
<td>
Contains a single type, <a href="http://dotnet.github.io/api/Windows.UI.Xaml.Media.Matrix.html">Matrix</a>, which represents a 3 × 3 affine transformation matrix used for transformations in two-dimensional space in Universal Windows Platform apps.
Contains a single type, <a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Media.Matrix">Matrix</a>, which represents a 3 × 3 affine transformation matrix used for transformations in two-dimensional space in Universal Windows Platform apps.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.Xaml.Media.Animation.html">Windows.UI.Xaml.Media.Animation</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Media.Animation">Windows.UI.Xaml.Media.Animation</a></td>
<td>
Contains types that provide information about transition animations or animated UI components in Universal Windows Platform apps.
</td>
</tr>
<tr>
<td><a href="http://dotnet.github.io/api/Windows.UI.Xaml.Media.Media3D.html">Windows.UI.Xaml.Media.Media3D</a></td>
<td><a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Media.Media3D">Windows.UI.Xaml.Media.Media3D</a></td>
<td>
Contains a single type, <a href="http://dotnet.github.io/api/Windows.UI.Xaml.Media.Media3D.Matrix3D.html">Matrix3D</a>, that represents a 4 × 4 matrix used for transformations in a 3-D space in Universal Windows Platform apps.
Contains a single type, <a href="https://docs.microsoft.com/dotnet/core/api//Windows.UI.Xaml.Media.Media3D.Matrix3D">Matrix3D</a>, that represents a 4 × 4 matrix used for transformations in a 3-D space in Universal Windows Platform apps.
</td>
</tr>
</table>