4 references to SspiIssuanceChannelParameter
System.ServiceModel (4)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
215newParameters.Add(new SspiIssuanceChannelParameter(true, this.credentialsHandle));
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
518newParameters.Add(new SspiIssuanceChannelParameter(true, this.credentialsHandle));
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
798newParameters.Add(new SspiIssuanceChannelParameter(true, this.credentialsHandle)); 801ReplaceSspiIssuanceChannelParameter(result.GetProperty<ChannelParameterCollection>(), new SspiIssuanceChannelParameter(true, this.credentialsHandle));