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