9 references to RequestSecurityTokenResponseCollection
System.ServiceModel (9)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
280RequestSecurityTokenResponseCollection rstrCollection = new RequestSecurityTokenResponseCollection(rstrList, this.StandardsManager);
System\ServiceModel\Security\IssuedTokensHeader.cs (1)
178RequestSecurityTokenResponseCollection rstrCollection = new RequestSecurityTokenResponseCollection(this.tokenIssuances, this.standardsManager);
System\ServiceModel\Security\RequestSecurityTokenResponseCollection.cs (1)
22: this(rstrCollection, SecurityStandardsManager.DefaultInstance)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1034RequestSecurityTokenResponseCollection rstrCollection = new RequestSecurityTokenResponseCollection(rstrList, this.Settings.SecurityStandardsManager);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
803RequestSecurityTokenResponseCollection rstrc = new RequestSecurityTokenResponseCollection(rstrList, this.StandardsManager); 947RequestSecurityTokenResponseCollection rstrc = new RequestSecurityTokenResponseCollection(rstrList, this.StandardsManager);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1958RequestSecurityTokenResponseCollection rstrc = new RequestSecurityTokenResponseCollection(rstrList, this.Settings.SecurityStandardsManager);
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
367replyBody = new RequestSecurityTokenResponseCollection(rstrList, this.StandardsManager);
System\ServiceModel\Security\WSTrust.cs (1)
417return new RequestSecurityTokenResponseCollection(rstrCollection.AsReadOnly(), this.StandardsManager);