2 writes to _transportToken
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityMessageProperty.cs (2)
100
_transportToken
= value;
188
result.
_transportToken
= _transportToken;
8 references to _transportToken
System.ServiceModel.Primitives (8)
System\ServiceModel\Security\SecurityMessageProperty.cs (8)
95
return
_transportToken
;
188
result._transportToken =
_transportToken
;
241
if (
_transportToken
!= null && _initiatorToken == null && _protectionToken == null)
243
if (includeTransportToken &&
_transportToken
.SecurityTokenPolicies != null)
245
return
_transportToken
.SecurityTokenPolicies;
252
else if (
_transportToken
== null && _initiatorToken != null && _protectionToken == null)
256
else if (
_transportToken
== null && _initiatorToken == null && _protectionToken != null)
265
AddAuthorizationPolicies(
_transportToken
, policies);