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