2 writes to customChannelBinding
System (2)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
76
this.
customChannelBinding
= customChannelBinding;
95
customChannelBinding
= SafeLocalFreeChannelBinding.LocalAlloc(channelBindingData.Length);
8 references to customChannelBinding
System (8)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (8)
96
Marshal.Copy(channelBindingData, 0,
customChannelBinding
.DangerousGetHandle(), channelBindingData.Length);
117
get { return
customChannelBinding
; }
129
if (
customChannelBinding
== null)
135
sb.Append(
customChannelBinding
.ToString());
179
if (
customChannelBinding
== null)
185
byte[] channelBindingData = new byte[
customChannelBinding
.Size];
186
Marshal.Copy(
customChannelBinding
.DangerousGetHandle(), channelBindingData, 0,
customChannelBinding
.Size);