4 references to TlsContext
System.Net.Security (4)
System\Net\Security\TlsContext.cs (4)
130return new TlsContext(bag, isWedge: false, templateHasServerOptions: false); 134return new TlsContext(bag, isWedge: false, templateHasServerOptions: true); 157return new TlsContext(bag, isWedge: false, templateHasServerOptions: false); 166return new TlsContext(sharedOptions, isWedge: true, templateHasServerOptions: sharedOptions.IsServer);