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