3 writes to ServiceSecurityContext
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (3)
410
_clientSecurity.
ServiceSecurityContext
= new ServiceSecurityContext(authorizationPolicies);
432
_clientSecurity.
ServiceSecurityContext
= new ServiceSecurityContext(authorizationPolicies);
645
_serverSecurity.
ServiceSecurityContext
= new ServiceSecurityContext(authorizationPolicies);
5 references to ServiceSecurityContext
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (4)
158
if (security != null && security.
ServiceSecurityContext
!= null &&
159
security.
ServiceSecurityContext
.IdentityClaim != null &&
160
security.
ServiceSecurityContext
.PrimaryIdentity != null)
163
security.
ServiceSecurityContext
.IdentityClaim);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
647
AuthorizationContext authzContext = _serverSecurity.
ServiceSecurityContext
.AuthorizationContext;