2 writes to transportToken
System.ServiceModel (2)
System\ServiceModel\Security\SecurityMessageProperty.cs (2)
115this.transportToken = value; 203result.transportToken = this.transportToken;
8 references to transportToken
System.ServiceModel (8)
System\ServiceModel\Security\SecurityMessageProperty.cs (8)
110return this.transportToken; 203result.transportToken = this.transportToken; 252if (this.transportToken != null && this.initiatorToken == null && this.protectionToken == null) 254if (includeTransportToken && this.transportToken.SecurityTokenPolicies != null) 256return this.transportToken.SecurityTokenPolicies; 263else if (this.transportToken == null && this.initiatorToken != null && this.protectionToken == null) 267else if (this.transportToken == null && this.initiatorToken == null && this.protectionToken != null) 276AddAuthorizationPolicies(this.transportToken, policies);