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