| Type | Reason |
|---|---|
| CertificateSelectionCallback | Documentation for this section has not yet been entered. |
| CertificateValidationCallback | Documentation for this section has not yet been entered. |
| CipherAlgorithmType | SSL/TLS data encryption choices. |
| ExchangeAlgorithmType | SSL/TLS key exchange/agreement choices. |
| HashAlgorithmType | SSL/TLS data integrity choices. |
| PrivateKeySelectionCallback | Type of the method that can find the private key associated with a specific X.509 certificate and a host name. |
| SecurityCompressionType | Optional compression before encryption of the data packets. |
| SecurityProtocolType | SSL/TLS protocol version used in communication. |
| SslClientStream | Client side SSL/TLS stream. |
| SslServerStream | Server-side SSL/TLS stream. |
| SslStreamBase | Documentation for this section has not yet been entered. |