3 writes to clientSecurity
System.ServiceModel (3)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (3)
571this.clientSecurity = new SecurityMessageProperty(); 664this.clientSecurity = new SecurityMessageProperty(); 687this.clientSecurity = new SecurityMessageProperty();
9 references to clientSecurity
System.ServiceModel (9)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (9)
620remoteSecurity = this.clientSecurity; 665this.clientSecurity.TransportToken = new SecurityTokenSpecification(token, authorizationPolicies); 666this.clientSecurity.ServiceSecurityContext = new ServiceSecurityContext(authorizationPolicies); 679if (this.clientSecurity.TransportToken != null) 681return this.clientSecurity; 688this.clientSecurity.TransportToken = new SecurityTokenSpecification(token, authorizationPolicies); 689this.clientSecurity.ServiceSecurityContext = new ServiceSecurityContext(authorizationPolicies); 690return this.clientSecurity; 739return this.acceptor.clientSecurity;