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