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