2 writes to clientSecurity
System.ServiceModel (2)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
196
this.
clientSecurity
= new SecurityMessageProperty();
256
this.
clientSecurity
= new SecurityMessageProperty();
5 references to clientSecurity
System.ServiceModel (5)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (5)
257
this.
clientSecurity
.TransportToken = new SecurityTokenSpecification(token, authorizationPolicies);
258
this.
clientSecurity
.ServiceSecurityContext = new ServiceSecurityContext(authorizationPolicies);
259
return this.
clientSecurity
;
264
if (this.
clientSecurity
.TransportToken != null)
266
return this.
clientSecurity
;