4 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);
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\TransportSecurityProtocol.cs (1)
101security.ServiceSecurityContext = new ServiceSecurityContext(security.GetInitiatorTokenAuthorizationPolicies());
System\ServiceModel\ServiceSecurityContext.cs (1)
46s_anonymous = new ServiceSecurityContext(EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance);
6 references to ServiceSecurityContext
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
51internal ServiceSecurityContext SecurityContext;
System\ServiceModel\Security\SecurityMessageProperty.cs (3)
23private ServiceSecurityContext _securityContext; 29_securityContext = ServiceSecurityContext.Anonymous; 32public ServiceSecurityContext ServiceSecurityContext
System\ServiceModel\ServiceSecurityContext.cs (2)
17private static ServiceSecurityContext s_anonymous; 40public static ServiceSecurityContext Anonymous