8 references to SecChannelBindings
System (8)
net\System\Net\_DigestClient.cs (8)
1147
private static int InitiatorTypeOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "dwInitiatorAddrType");
1148
private static int InitiatorLengthOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "cbInitiatorLength");
1149
private static int InitiatorOffsetOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "dwInitiatorOffset");
1150
private static int AcceptorTypeOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "dwAcceptorAddrType");
1151
private static int AcceptorLengthOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "cbAcceptorLength");
1152
private static int AcceptorOffsetOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "dwAcceptorOffset");
1153
private static int ApplicationDataLengthOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "cbApplicationDataLength");
1154
private static int ApplicationDataOffsetOffset = (int)Marshal.OffsetOf(typeof(
SecChannelBindings
), "dwApplicationDataOffset");