2 instantiations of ServiceSecurityContext
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
411_serverSecurity.ServiceSecurityContext = new ServiceSecurityContext(authorizationPolicies);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
155result.ServiceSecurityContext = new ServiceSecurityContext(authorizationPolicies);
2 references to ServiceSecurityContext
System.ServiceModel.Primitives (2)
netstandard.cs (2)
1117public static System.ServiceModel.ServiceSecurityContext Anonymous => default; 2360public ServiceSecurityContext ServiceSecurityContext { get; set; }