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