TlsConnectionCallbackContext 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.
Per connection state used to determine the TLS options.
public class TlsConnectionCallbackContext
	type TlsConnectionCallbackContext = class
	Public Class TlsConnectionCallbackContext
		- Inheritance
 - 
				TlsConnectionCallbackContext
 
Constructors
| TlsConnectionCallbackContext() | 
Properties
| ClientHelloInfo | 
		 Information from the Client Hello message.  | 
        	
| Connection | 
		 Information about an individual connection.  | 
        	
| State | 
		 The information that was passed when registering the callback.  |