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)
100
get { return
_customChannelBinding
; }
112
if (
_customChannelBinding
== null)
118
sb.Append(
_customChannelBinding
.ToString());