4 references to TlsContext
System.Net.Security (4)
System\Net\Security\TlsContext.cs (4)
140return new TlsContext(bag, isWedge: false, templateHasServerOptions: false); 144return new TlsContext(bag, isWedge: false, templateHasServerOptions: true); 167return new TlsContext(bag, isWedge: false, templateHasServerOptions: false); 176return new TlsContext(sharedOptions, isWedge: true, templateHasServerOptions: sharedOptions.IsServer);