.NET Framework Class Librar ...


.NET Framework Class Library
System.Net.Security Namespace

The System.Net.Security namespace provides network streams for secure communications between hosts.

Classes

  ClassDescription
Public classAuthenticatedStreamProvides methods for passing credentials across a stream and requesting or performing authentication for client-server applications.
Public classNegotiateStreamProvides a stream that uses the Negotiate security protocol to authenticate the client, and optionally the server, in client-server communication.
Public classSslStreamProvides a stream used for client-server communication that uses the Secure Socket Layer (SSL) security protocol to authenticate the server and optionally the client.
Delegates

  DelegateDescription
Public delegateLocalCertificateSelectionCallbackSelects the local Secure Sockets Layer (SSL) certificate used for authentication.
Public delegateRemoteCertificateValidationCallbackVerifies the remote Secure Sockets Layer (SSL) certificate used for authentication.
Enumerations

  EnumerationDescription
Public enumerationAuthenticationLevelSpecifies client requirements for authentication and impersonation when using the WebRequest class and derived classes to request a resource.
Public enumerationProtectionLevelIndicates the security services requested for an authenticated stream.
Public enumerationSslPolicyErrorsEnumerates Secure Socket Layer (SSL) policy errors.
See Also

Reference

Other Resources

Tags :


Page view tracker