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