4 instantiations of UNICODE_INTPTR_STRING
System.IdentityModel (4)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (4)
147
UNICODE_INTPTR_STRING sourceName = new
UNICODE_INTPTR_STRING
(NativeMethods.LsaSourceName.Length, NativeMethods.LsaSourceName.Length + 1, pSourceName.DangerousGetHandle());
203
UNICODE_INTPTR_STRING packageName = new
UNICODE_INTPTR_STRING
(NativeMethods.LsaKerberosName.Length, NativeMethods.LsaKerberosName.Length + 1, pPackageName.DangerousGetHandle());
233
pInfo->UserPrincipalName = new
UNICODE_INTPTR_STRING
(0, 0, IntPtr.Zero);
234
pInfo->DomainName = new
UNICODE_INTPTR_STRING
(0, 0, IntPtr.Zero);
7 references to UNICODE_INTPTR_STRING
System.IdentityModel (7)
System\IdentityModel\NativeMethods.cs (5)
150
internal
UNICODE_INTPTR_STRING
UserPrincipalName;
152
internal
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)
147
UNICODE_INTPTR_STRING
sourceName = new UNICODE_INTPTR_STRING(NativeMethods.LsaSourceName.Length, NativeMethods.LsaSourceName.Length + 1, pSourceName.DangerousGetHandle());
203
UNICODE_INTPTR_STRING
packageName = new UNICODE_INTPTR_STRING(NativeMethods.LsaKerberosName.Length, NativeMethods.LsaKerberosName.Length + 1, pPackageName.DangerousGetHandle());