1 write to _incomingSupportingTokens
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
134_incomingSupportingTokens = new Collection<SupportingTokenSpecification>();
10 references to _incomingSupportingTokens
System.ServiceModel.Primitives (10)
System\ServiceModel\Security\SecurityMessageProperty.cs (10)
123return ((_incomingSupportingTokens != null) && (_incomingSupportingTokens.Count > 0)); 132if (_incomingSupportingTokens == null) 136return _incomingSupportingTokens; 175for (int i = 0; i < _incomingSupportingTokens.Count; ++i) 177result.IncomingSupportingTokens.Add(_incomingSupportingTokens[i]); 271for (int i = 0; i < _incomingSupportingTokens.Count; ++i) 275SecurityContextSecurityToken sct = _incomingSupportingTokens[i].SecurityToken as SecurityContextSecurityToken; 281SecurityTokenAttachmentMode attachmentMode = _incomingSupportingTokens[i].SecurityTokenAttachmentMode; 289AddAuthorizationPolicies(_incomingSupportingTokens[i], policies);