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