23 references to PackageType
System.Net.Security (23)
_generated\0\LibraryImports.g.cs (6)
340
internal static partial global::Interop.NetSecurityNative.Status InitiateCredWithPassword(out global::Interop.NetSecurityNative.Status minorStatus, global::Interop.NetSecurityNative.
PackageType
packageType, global::Microsoft.Win32.SafeHandles.SafeGssNameHandle desiredName, string password, int passwordLen, out global::Microsoft.Win32.SafeHandles.SafeGssCredHandle outputCredHandle)
391
static extern unsafe global::Interop.NetSecurityNative.Status __PInvoke(global::Interop.NetSecurityNative.Status* __minorStatus_native, global::Interop.NetSecurityNative.
PackageType
__packageType_native, nint __desiredName_native, byte* __password_native, int __passwordLen_native, nint* __outputCredHandle_native);
427
private static partial global::Interop.NetSecurityNative.Status InitSecContext(out global::Interop.NetSecurityNative.Status minorStatus, global::Microsoft.Win32.SafeHandles.SafeGssCredHandle initiatorCredHandle, ref global::Microsoft.Win32.SafeHandles.SafeGssContextHandle contextHandle, global::Interop.NetSecurityNative.
PackageType
packageType, global::Microsoft.Win32.SafeHandles.SafeGssNameHandle targetName, uint reqFlags, ref byte inputBytes, int inputLength, ref global::Interop.NetSecurityNative.GssBuffer token, out uint retFlags, out bool isNtlmUsed)
488
static extern unsafe global::Interop.NetSecurityNative.Status __PInvoke(global::Interop.NetSecurityNative.Status* __minorStatus_native, nint __initiatorCredHandle_native, nint* __contextHandle_native, global::Interop.NetSecurityNative.
PackageType
__packageType_native, nint __targetName_native, uint __reqFlags_native, byte* __inputBytes_native, int __inputLength_native, global::Interop.NetSecurityNative.GssBuffer* __token_native, uint* __retFlags_native, int* __isNtlmUsed_native);
498
private static partial global::Interop.NetSecurityNative.Status InitSecContext(out global::Interop.NetSecurityNative.Status minorStatus, global::Microsoft.Win32.SafeHandles.SafeGssCredHandle initiatorCredHandle, ref global::Microsoft.Win32.SafeHandles.SafeGssContextHandle contextHandle, global::Interop.NetSecurityNative.
PackageType
packageType, nint cbt, int cbtSize, global::Microsoft.Win32.SafeHandles.SafeGssNameHandle targetName, uint reqFlags, ref byte inputBytes, int inputLength, ref global::Interop.NetSecurityNative.GssBuffer token, out uint retFlags, out bool isNtlmUsed)
559
static extern unsafe global::Interop.NetSecurityNative.Status __PInvoke(global::Interop.NetSecurityNative.Status* __minorStatus_native, nint __initiatorCredHandle_native, nint* __contextHandle_native, global::Interop.NetSecurityNative.
PackageType
__packageType_native, nint __cbt_native, int __cbtSize_native, nint __targetName_native, uint __reqFlags_native, byte* __inputBytes_native, int __inputLength_native, global::Interop.NetSecurityNative.GssBuffer* __token_native, uint* __retFlags_native, int* __isNtlmUsed_native);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Net.Security.Native\Interop.NetSecurityNative.cs (5)
65
PackageType
packageType,
81
PackageType
packageType,
95
PackageType
packageType,
110
PackageType
packageType,
136
PackageType
packageType,
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs (2)
94
public static SafeGssCredHandle Create(string username, string password, Interop.NetSecurityNative.
PackageType
packageType)
96
if (packageType == Interop.NetSecurityNative.
PackageType
.NTLM && !s_IsNtlmInstalled.Value)
System\Net\NegotiateAuthenticationPal.Unix.cs (10)
98
private readonly Interop.NetSecurityNative.
PackageType
_packageType;
197
if (_packageType == Interop.NetSecurityNative.
PackageType
.NTLM)
454
private static Interop.NetSecurityNative.
PackageType
GetPackageType(string package)
458
return Interop.NetSecurityNative.
PackageType
.Negotiate;
462
return Interop.NetSecurityNative.
PackageType
.NTLM;
466
return Interop.NetSecurityNative.
PackageType
.Kerberos;
563
Interop.NetSecurityNative.
PackageType
.NTLM => "NTLM",
564
Interop.NetSecurityNative.
PackageType
.Kerberos => "Kerberos",
633
Interop.NetSecurityNative.
PackageType
.NTLM => "NTLM",
634
Interop.NetSecurityNative.
PackageType
.Kerberos => "Kerberos",