4 references to UNICODE_INTPTR_STRING
System.IdentityModel (4)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (4)
147UNICODE_INTPTR_STRING sourceName = new UNICODE_INTPTR_STRING(NativeMethods.LsaSourceName.Length, NativeMethods.LsaSourceName.Length + 1, pSourceName.DangerousGetHandle()); 203UNICODE_INTPTR_STRING packageName = new UNICODE_INTPTR_STRING(NativeMethods.LsaKerberosName.Length, NativeMethods.LsaKerberosName.Length + 1, pPackageName.DangerousGetHandle()); 233pInfo->UserPrincipalName = new UNICODE_INTPTR_STRING(0, 0, IntPtr.Zero); 234pInfo->DomainName = new UNICODE_INTPTR_STRING(0, 0, IntPtr.Zero);