7 references to RstrCollection
System.ServiceModel (7)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
295foreach (RequestSecurityTokenResponse rstrItem in rstrc.RstrCollection)
System\ServiceModel\Security\IssuedTokensHeader.cs (1)
97foreach (RequestSecurityTokenResponse rstr in rstrColl.RstrCollection)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
947foreach (RequestSecurityTokenResponse rstrItem in rstrc.RstrCollection)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
734foreach (RequestSecurityTokenResponse rstrItem in rstrc.RstrCollection)
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
276using (IEnumerator<RequestSecurityTokenResponse> enumerator = rstrCollection.RstrCollection.GetEnumerator())
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
970foreach (RequestSecurityTokenResponse rstrItem in rstrc.RstrCollection)
System\ServiceModel\Security\WSTrust.cs (1)
1245foreach (RequestSecurityTokenResponse rstr in rstrCollection.RstrCollection)