5 references to KERB_CERTIFICATE_S4U_LOGON
System.IdentityModel (5)
System\IdentityModel\NativeMethods.cs (1)
157internal static int Size = Marshal.SizeOf(typeof(KERB_CERTIFICATE_S4U_LOGON));
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (4)
226int logonInfoSize = KERB_CERTIFICATE_S4U_LOGON.Size + certRawData.Length; 230KERB_CERTIFICATE_S4U_LOGON* pInfo = (KERB_CERTIFICATE_S4U_LOGON*)pLogonInfo.DangerousGetHandle().ToPointer(); 236pInfo->Certificate = new IntPtr(pLogonInfo.DangerousGetHandle().ToInt64() + KERB_CERTIFICATE_S4U_LOGON.Size);