4 instantiations of 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);
7 references to UNICODE_INTPTR_STRING
System.IdentityModel (7)
System\IdentityModel\NativeMethods.cs (5)
150internal UNICODE_INTPTR_STRING UserPrincipalName; 152internal UNICODE_INTPTR_STRING DomainName; // used to locate the forest 445[In] ref UNICODE_INTPTR_STRING logonProcessName, 466[In] ref UNICODE_INTPTR_STRING packageName, 487[In] ref UNICODE_INTPTR_STRING OriginName,
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (2)
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());