2 writes to tokenIssuances
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokensHeader.cs (2)
71this.tokenIssuances = new ReadOnlyCollection<RequestSecurityTokenResponse>(coll); 107this.tokenIssuances = new ReadOnlyCollection<RequestSecurityTokenResponse>(coll);
4 references to tokenIssuances
System.ServiceModel (4)
System\ServiceModel\Security\IssuedTokensHeader.cs (4)
116return this.tokenIssuances; 172if (this.tokenIssuances.Count == 1) 174this.standardsManager.TrustDriver.WriteRequestSecurityTokenResponse(this.tokenIssuances[0], writer); 178RequestSecurityTokenResponseCollection rstrCollection = new RequestSecurityTokenResponseCollection(this.tokenIssuances, this.standardsManager);