1 write to _customChannelBinding
System.Net.Security (1)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
61_customChannelBinding = customChannelBinding;
3 references to _customChannelBinding
System.Net.Security (3)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (3)
100get { return _customChannelBinding; } 112if (_customChannelBinding == null) 118sb.Append(_customChannelBinding.ToString());