3 references to customChannelBindingName
System (3)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (3)
92byte[] channelBindingData = (byte[])info.GetValue(customChannelBindingName, typeof(byte[])); 181info.AddValue(customChannelBindingName, null, typeof(byte[])); 187info.AddValue(customChannelBindingName, channelBindingData, typeof(byte[]));