1 write to incomingSupportingTokens
System.ServiceModel (1)
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
149this.incomingSupportingTokens = new Collection<SupportingTokenSpecification>();
10 references to incomingSupportingTokens
System.ServiceModel (10)
System\ServiceModel\Security\SecurityMessageProperty.cs (10)
138return ((this.incomingSupportingTokens != null) && (this.incomingSupportingTokens.Count > 0)); 147if (this.incomingSupportingTokens == null) 151return this.incomingSupportingTokens; 190for (int i = 0; i < this.incomingSupportingTokens.Count; ++i) 192result.IncomingSupportingTokens.Add(this.incomingSupportingTokens[i]); 282for (int i = 0; i < this.incomingSupportingTokens.Count; ++i) 286SecurityContextSecurityToken sct = this.incomingSupportingTokens[i].SecurityToken as SecurityContextSecurityToken; 292SecurityTokenAttachmentMode attachmentMode = this.incomingSupportingTokens[i].SecurityTokenAttachmentMode; 300AddAuthorizationPolicies(this.incomingSupportingTokens[i], policies);