1 write to requiresInfoCard
System.ServiceModel (1)
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (1)
81
requiresInfoCard
= InfoCardHelper.IsInfocardRequired(binding, credentials, tokenManager, proxy.RemoteAddress, out chain, out relyingPartyIssuer);
2 references to requiresInfoCard
System.ServiceModel (2)
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (2)
84
result = credentials.GetInfoCardTokenCallback.BeginInvoke(
requiresInfoCard
, chain, tokenManager.CreateSecurityTokenSerializer(bindingSecurityVersion.SecurityTokenVersion), callback, this);
140
channelParameters.Add(new InfoCardChannelParameter(token, relyingPartyIssuer,
requiresInfoCard
));