2 writes to 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);
6 references to ServiceSecurityContext
System.ServiceModel.NetFramingBase (6)
System\ServiceModel\Channels\FramingChannels.cs (3)
128
if (security != null && security.
ServiceSecurityContext
!= null)
130
Claim identityClaim = SecurityUtils.GetPrimaryIdentityClaim(security.
ServiceSecurityContext
.AuthorizationContext);
131
if (identityClaim != null && security.
ServiceSecurityContext
.PrimaryIdentity != null)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
413
AuthorizationContext authzContext = _serverSecurity.
ServiceSecurityContext
.AuthorizationContext;
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
238
remoteSecurity.
ServiceSecurityContext
.AuthorizationContext))
240
string primaryIdentity = SecurityUtilsEx.GetIdentityNamesFromContext(remoteSecurity.
ServiceSecurityContext
.AuthorizationContext);