1 instantiation of KERB_S4U_LOGON
mscorlib (1)
system\security\principal\windowsidentity.cs (1)
1096
Win32Native.KERB_S4U_LOGON logonInfo = new Win32Native.
KERB_S4U_LOGON
();
4 references to KERB_S4U_LOGON
mscorlib (4)
system\security\principal\windowsidentity.cs (4)
1072
Contract.Assert(Marshal.SizeOf(typeof(Win32Native.
KERB_S4U_LOGON
)) % IntPtr.Size == 0, "Potential allignment issue setting up S4U logon buffer");
1073
uint logonInfoSize = (uint) (Marshal.SizeOf(typeof(Win32Native.
KERB_S4U_LOGON
)) + upnBytes.Length);
1082
ulong upnOffset = (ulong)Marshal.SizeOf(typeof(Win32Native.
KERB_S4U_LOGON
));
1096
Win32Native.
KERB_S4U_LOGON
logonInfo = new Win32Native.KERB_S4U_LOGON();