2 writes to initiatorToken
System.ServiceModel (2)
System\ServiceModel\Security\SecurityMessageProperty.cs (2)
87this.initiatorToken = value; 201result.initiatorToken = this.initiatorToken;
7 references to initiatorToken
System.ServiceModel (7)
System\ServiceModel\Security\SecurityMessageProperty.cs (7)
82return this.initiatorToken; 201result.initiatorToken = this.initiatorToken; 252if (this.transportToken != null && this.initiatorToken == null && this.protectionToken == null) 263else if (this.transportToken == null && this.initiatorToken != null && this.protectionToken == null) 265return this.initiatorToken.SecurityTokenPolicies ?? EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance; 267else if (this.transportToken == null && this.initiatorToken == null && this.protectionToken != null) 278AddAuthorizationPolicies(this.initiatorToken, policies);