TlsSocketSession Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TlsSocketSession sealed : System::Net::Security::TlsSession
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class TlsSocketSession : System.Net.Security.TlsSession
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5007", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type TlsSocketSession = class
inherit TlsSession
Public NotInheritable Class TlsSocketSession
Inherits TlsSession
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| TlsSocketSession(SafeSocketHandle) | |
Properties
| Name | Description |
|---|---|
| ClientHelloInfo | (Inherited from TlsSession) |
| HasPendingOutput | (Inherited from TlsSession) |
| IsHandshakeComplete | (Inherited from TlsSession) |
| LocalCertificate | (Inherited from TlsSession) |
| NegotiatedApplicationProtocol | (Inherited from TlsSession) |
| NegotiatedCipherSuite | (Inherited from TlsSession) |
| NegotiatedProtocol | (Inherited from TlsSession) |
| Socket | |
| TargetHostName | (Inherited from TlsSession) |