2 writes to _transportToken
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (2)
110
_transportToken
= value;
198
result.
_transportToken
= _transportToken;
8 references to _transportToken
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (8)
105
return
_transportToken
;
198
result._transportToken =
_transportToken
;
247
if (
_transportToken
!= null && _initiatorToken == null && _protectionToken == null)
249
if (includeTransportToken &&
_transportToken
.SecurityTokenPolicies != null)
251
return
_transportToken
.SecurityTokenPolicies;
258
else if (
_transportToken
== null && _initiatorToken != null && _protectionToken == null)
262
else if (
_transportToken
== null && _initiatorToken == null && _protectionToken != null)
271
AddAuthorizationPolicies(
_transportToken
, policies);