Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

Legenda

- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1

Namespace System

Totale classi: 1364, di cui
  • 414 nuove
  • 585 modificate
  • 0 rimosse

Pagina ... 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ...

 System.Security.Authentication.SslProtocols +
 +Default 
 +None 
 +Ssl2 
 +Ssl3 
 +Tls 
 +value__ 

 System.Security.Authentication.ExchangeAlgorithmType +
 +DiffieHellman 
 +None 
 +RsaKeyX 
 +RsaSign 
 +value__ 

 System.Security.Authentication.CipherAlgorithmType +
 +Aes 
 +Aes128 
 +Aes192 
 +Aes256 
 +Des 
 +None 
 +Rc2 
 +Rc4 
 +TripleDes 
 +value__ 

 System.Security.Authentication.HashAlgorithmType +
 +Md5 
 +None 
 +Sha1 
 +value__ 

 System.Net.Security.SslPolicyErrors +
 +None 
 +RemoteCertificateChainErrors 
 +RemoteCertificateNameMismatch 
 +RemoteCertificateNotAvailable 
 +value__ 

 System.Net.Security.RemoteCertificateValidationCallback +
 +.ctor ()
 +BeginInvoke (Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors, AsyncCallback callback, Object object)
 +EndInvoke (IAsyncResult result)
 +Invoke (Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)

 System.Net.Security.LocalCertificateSelectionCallback +
 +.ctor ()
 +BeginInvoke (Object sender, String targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, String[] acceptableIssuers, AsyncCallback callback, Object object)
 +EndInvoke (IAsyncResult result)
 +Invoke (Object sender, String targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, String[] acceptableIssuers)

 System.Net.Security.SslStream +
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +AuthenticateAsClient (String targetHost)
 +AuthenticateAsClient (String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
 +AuthenticateAsServer (X509Certificate serverCertificate)
 +AuthenticateAsServer (X509Certificate serverCertificate, Boolean clientCertificateRequired, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
 +BeginAuthenticateAsClient (String targetHost, AsyncCallback asyncCallback, Object asyncState)
 +BeginAuthenticateAsClient (String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState)
 +BeginAuthenticateAsServer (X509Certificate serverCertificate, AsyncCallback asyncCallback, Object asyncState)
 +BeginAuthenticateAsServer (X509Certificate serverCertificate, Boolean clientCertificateRequired, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState)
 +BeginRead (Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState)
 +BeginWrite (Byte[] buffer, Int32 offset, Int32 count, AsyncCallback asyncCallback, Object asyncState)
 +EndAuthenticateAsClient (IAsyncResult asyncResult)
 +EndAuthenticateAsServer (IAsyncResult asyncResult)
 +EndRead (IAsyncResult asyncResult)
 +EndWrite (IAsyncResult asyncResult)
 +Flush ()
 +Read (Byte[] buffer, Int32 offset, Int32 count)
 +Seek (Int64 offset, SeekOrigin origin)
 +SetLength (Int64 value)
 +Write (Byte[] buffer)
 +Write (Byte[] buffer, Int32 offset, Int32 count)
 +CanRead 
 +CanSeek 
 +CanTimeout 
 +CanWrite 
 +CheckCertRevocationStatus 
 +CipherAlgorithm 
 +CipherStrength 
 +HashAlgorithm 
 +HashStrength 
 +IsAuthenticated 
 +IsEncrypted 
 +IsMutuallyAuthenticated 
 +IsServer 
 +IsSigned 
 +KeyExchangeAlgorithm 
 +KeyExchangeStrength 
 +Length 
 +LocalCertificate 
 +Position 
 +ReadTimeout 
 +RemoteCertificate 
 +SslProtocol 
 +WriteTimeout 

 System.Net.Sockets.AddressFamily =
 =AppleTalk 
 =Atm 
 =Banyan 
 =Ccitt 
 =Chaos 
 =Cluster 
 =DataKit 
 =DataLink 
 =DecNet 
 =Ecma 
 =FireFox 
 =HyperChannel 
 =Ieee12844 
 =ImpLink 
 =InterNetwork 
 =InterNetworkV6 
 =Ipx 
 =Irda 
 =Iso 
 =Lat 
 =Max 
 =NetBios 
 =NetworkDesigners 
 =NS 
 =Osi 
 =Pup 
 =Sna 
 =Unix 
 =Unknown 
 =Unspecified 
 =value__ 
 =VoiceView 

 System.Net.Sockets.IOControlCode +
 +AbsorbRouterAlert 
 +AddMulticastGroupOnInterface 
 +AddressListChange 
 +AddressListQuery 
 +AddressListSort 
 +AssociateHandle 
 +AsyncIO 
 +BindToInterface 
 +DataToRead 
 +DeleteMulticastGroupFromInterface 
 +EnableCircularQueuing 
 +Flush 
 +GetBroadcastAddress 
 +GetExtensionFunctionPointer 
 +GetGroupQos 
 +GetQos 
 +KeepAliveValues 
 +LimitBroadcasts 
 +MulticastInterface 
 +MulticastScope 
 +MultipointLoopback 
 +NamespaceChange 
 +NonBlockingIO 
 +OobDataRead 
 +QueryTargetPnpHandle 
 +ReceiveAll 
 +ReceiveAllIgmpMulticast 
 +ReceiveAllMulticast 
 +RoutingInterfaceChange 
 +RoutingInterfaceQuery 
 +SetGroupQos 
 +SetQos 
 +TranslateHandle 
 +UnicastInterface 
 +value__ 

 System.Net.Sockets.LingerOption =
 =.ctor ()
 =Enabled 
 =LingerTime 

 System.Net.Sockets.MulticastOption !=
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =Group 
 -InterfaceIndex 
 =LocalAddress 

 System.Net.Sockets.IPv6MulticastOption =
 =.ctor ()
 =.ctor ()
 =Group 
 =InterfaceIndex 

 System.Net.Sockets.ProtocolFamily =
 =AppleTalk 
 =Atm 
 =Banyan 
 =Ccitt 
 =Chaos 
 =Cluster 
 =DataKit 
 =DataLink 
 =DecNet 
 =Ecma 
 =FireFox 
 =HyperChannel 
 =Ieee12844 
 =ImpLink 
 =InterNetwork 
 =InterNetworkV6 
 =Ipx 
 =Irda 
 =Iso 
 =Lat 
 =Max 
 =NetBios 
 =NetworkDesigners 
 =NS 
 =Osi 
 =Pup 
 =Sna 
 =Unix 
 =Unknown 
 =Unspecified 
 =value__ 
 =VoiceView 

Powered by Ricciolo