3 instantiations of UNICODE_INTPTR_STRING
mscorlib (3)
system\security\principal\windowsidentity.cs (3)
993
Win32Native.UNICODE_INTPTR_STRING Name = new Win32Native.
UNICODE_INTPTR_STRING
(sourceName.Length,
1044
Win32Native.UNICODE_INTPTR_STRING PackageName = new Win32Native.
UNICODE_INTPTR_STRING
(Win32Native.MICROSOFT_KERBEROS_NAME.Length,
1101
logonInfo.ClientUpn = new Win32Native.
UNICODE_INTPTR_STRING
(upnBytes.Length,
12 references to UNICODE_INTPTR_STRING
mscorlib (12)
microsoft\win32\win32native.cs (10)
504
internal
UNICODE_INTPTR_STRING
ClientUpn; // REQUIRED: UPN for client
505
internal
UNICODE_INTPTR_STRING
ClientRealm; // Optional: Client Realm, if known
567
internal
UNICODE_INTPTR_STRING
Name;
588
internal
UNICODE_INTPTR_STRING
Name;
624
internal
UNICODE_INTPTR_STRING
UserName;
625
internal
UNICODE_INTPTR_STRING
LogonDomain;
626
internal
UNICODE_INTPTR_STRING
AuthenticationPackage;
2590
[In] ref
UNICODE_INTPTR_STRING
OriginName,
2609
[In] ref
UNICODE_INTPTR_STRING
PackageName,
2616
[In] ref
UNICODE_INTPTR_STRING
LogonProcessName,
system\security\principal\windowsidentity.cs (2)
993
Win32Native.
UNICODE_INTPTR_STRING
Name = new Win32Native.UNICODE_INTPTR_STRING(sourceName.Length,
1044
Win32Native.
UNICODE_INTPTR_STRING
PackageName = new Win32Native.UNICODE_INTPTR_STRING(Win32Native.MICROSOFT_KERBEROS_NAME.Length,