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